excel-formula

Logarithmic averaging preset function in excel - using ranges as input values

ε祈祈猫儿з 提交于 2020-01-16 23:41:13
问题 I need to add my own function for logarithmic averaging to excel but i'm not sure how to have a range of values as an input value or how to make count the number of values in a given range. I have a small amount of experience with programming. The formula i usually use in excel and am looking to implement as a pre-set function is the following: =10*LOG(SUM(10^('range of values'/10)/'number of values in the range')) Can anyone help me out? 回答1: You can try this, you may need to adjust to

Conditional format cells in Google Sheets based on [date]+X

╄→尐↘猪︶ㄣ 提交于 2020-01-16 19:16:32
问题 Please view the dynamic calendar here: Please copy and paste for testing I am transforming a check in list of guests booked in a holiday property into a dynamic calendar. (The list/data is greyed out to the right of the calendar in the shared link above.) The property is empty for some weeks hence the gaps between some check-in dates. Check-out is calculated from =[check-in]+[Nights] . Critical change overs (CCO) are calculated by the formula =IFERROR(IF(AND(VLOOKUP([Check out of departing

Conditional format cells in Google Sheets based on [date]+X

送分小仙女□ 提交于 2020-01-16 19:16:09
问题 Please view the dynamic calendar here: Please copy and paste for testing I am transforming a check in list of guests booked in a holiday property into a dynamic calendar. (The list/data is greyed out to the right of the calendar in the shared link above.) The property is empty for some weeks hence the gaps between some check-in dates. Check-out is calculated from =[check-in]+[Nights] . Critical change overs (CCO) are calculated by the formula =IFERROR(IF(AND(VLOOKUP([Check out of departing

Get Value of first Pair

醉酒当歌 提交于 2020-01-16 18:23:26
问题 I have this file Date | Time | Table | Checkin Time | Bill Number ..| .. | 7/1/2018 **18:03:48** **6** **18:03:48** **4332** 7/1/2018 18:11:23 **6** **18:03:48** **4332** 7/1/2018 18:23:10 **6** **18:03:48** **4332** 7/1/2018 19:24:11 8 19:24:11 4333 7/1/2018 19:56:17 8 19:24:11 4333 7/1/2018 20:31:11 *6 20:31:11 4332* I need to calculate Checkin Time which is 1st time of table number and bill number. For example See one customer checkin at 18:03:48 with table number 6 His Bill number is 4332

Exclude addition in sumifs if unique value is not in the same status in Excel

感情迁移 提交于 2020-01-16 11:32:15
问题 I am trying to get the sum of the following data below but I'm stuck in formulating the logic. Basically, what I am trying to get is the sum of all settled amount per month . I have accomplished that using SUMIFS . However, I want to be able to take into account the Code column. Please see sample data below. MONTH |CODE |CONTRIBUTION|STATUS JANUARY |CS-111|500 |Settled JANUARY |CS-121|500 |Settled FEBRUARY|CS-131|200 |Settled FEBRUARY|CS-131|200 |Waiting FEBRUARY|CS-141|300 |Settled MARCH |CS

Excel cell formula to count keys from one table, if their values in another table are a specific criteria

我的未来我决定 提交于 2020-01-16 08:49:42
问题 I feel like the answer to this one is simple, but I just can't seem to wrap my head around it: I have a large table of historical data (example on the right) of when specific part numbers are shipped out, and whether they are one of two categories (example on the left). Part Type | Part Shipped Date Shipped Part#1 W | Part#3 23-Apr Part#2 W | Part#3 25-Apr Part#3 W | Part#5 17-Apr Part#4 U | Part#2 18-Apr Part#5 W | Part#6 25-Apr Part#6 U | Part#1 18-Apr I'm trying to get a COUNTIFS formula

Excel - Conditionnal formatting with formula not working but the formula itself works

倖福魔咒の 提交于 2020-01-16 08:38:49
问题 I'm trying to format a column of file paths depending on their extension (e.g. .css ). The said column of file paths looks like the following (3rd column) In another sheet, I have the following table named FileExtensionsTbl in which every column contains the extension for a conditional format. For example, all the extensions in column CSS would be used to match a specific style like all files ending with .css would match the CSS conditional format. I came up with a formula that works when

excel - Use of MAXIFS (in excel 2010)

纵饮孤独 提交于 2020-01-16 08:36:11
问题 I want to solve a stock problem. I have stock from some articles in a specific store and I want to find out which store in the same country has the highest stock of this specific item. I use the table below for information input Colom A: Article number Colom B: Country Colom C: Stock Colom D: Store number For instance: I would like to know for article 884 in Netherlands, which store has the highest stock. The outcome would be store 1. I'm not able to use the formulas MAXIFS :(. Is there a

Excel, if Excel cell is X, Y or Z then display 1, 2 or 3

て烟熏妆下的殇ゞ 提交于 2020-01-16 08:36:09
问题 I need help with code for excel. What I need is if a cell contains "Achieved" then display 1, "Partially Achieved" display 2 and if "Not Achieved" display 3. Can someone help with what I need to enter? Thanks 回答1: =IF(A1="Achieved",1,IF(A1="Partially Achieved",2,IF(A1="Not Achieved",3,"NA"))) 回答2: Try, =iferror(match(A1, {"Achieved", "Partially Achieved", "Not Achieved"}, 0), "") fwiw, to perform the reverse (with 1, 2 or 3 in a cell) use, =iferror(choose(A1, "Achieved", "Partially Achieved",

Two Column Lookup with a cell value falling in with a prerequisite range

梦想的初衷 提交于 2020-01-16 07:08:13
问题 I have a list of codes, that looks like this: RF206 RT205 RG20 etc And I have a list of code categories that looks like this: Prefix Range start Range end Category RF 1 52 Investment costs RF 53 210 Building costs RT 1 200 Salaries RT 201 256 Bonuses RG 1 19 Restaurant RG 20 30 Transport What I would like to do is be able to match codes to categories, like this: RF206 Building costs RT205 Bonuses RG20 Transport I appreciate that a VLOOKUP can't work, as there are multiple values for every