excel-formula

Excel CUBEVALUE & CUBESET count records greater than a number

北慕城南 提交于 2021-02-08 09:16:20
问题 I am writing a series of queries to my workbook's data model to retrieve the number of documents by Category_Name which are greater than a certain numbers of days old (e.g. >=650 ). Currently this formula (entered in celll C3 ) returns the correct number for a single Days Old value ( =3 ). =CUBEVALUE("ThisWorkbookDataModel", "[Measures].[Count of Docs]", "[EDD_Report].[Category_Name].&["&$B2&"]", "[EDD_Report_10-01-18].[Days Old].[34]") How do I return the number of documents for Days Old

Excel CUBEVALUE & CUBESET count records greater than a number

雨燕双飞 提交于 2021-02-08 09:16:15
问题 I am writing a series of queries to my workbook's data model to retrieve the number of documents by Category_Name which are greater than a certain numbers of days old (e.g. >=650 ). Currently this formula (entered in celll C3 ) returns the correct number for a single Days Old value ( =3 ). =CUBEVALUE("ThisWorkbookDataModel", "[Measures].[Count of Docs]", "[EDD_Report].[Category_Name].&["&$B2&"]", "[EDD_Report_10-01-18].[Days Old].[34]") How do I return the number of documents for Days Old

Excel IF AND formula between two times

僤鯓⒐⒋嵵緔 提交于 2021-02-08 09:11:47
问题 I would like to have a formula which will tell me if a time in a cell is between 2 separate vlaues in other cells and to return a value if so. I have already created the below code but this is not returning any values back at all. =IF(AND(F4>=$R$1,F4<P1),"Night Shift",IF(AND(F4>=$P$1,F4<$Q$1),"AM Shift",IF(AND(F4>=$Q$1,F4<$R$1),"PM Shift",""))) In this example the cell values are (P1 = 06:00, Q1 = 14:00, R1 = 22:00). The value in the F4 is 00:31:38. Any help would be appreciated. 回答1: Your

How to use automatically update formula without dragging

£可爱£侵袭症+ 提交于 2021-02-08 08:57:17
问题 I have a table in Sheet1 that looks like this **Sport** Basketball Basketball Basketball Volleyball Volleyball Football Football Football Football Football Football Hockey Hockey Hockey I have a table in Sheet2 that looks like: SPORT Basketball Volleyball Football Hockey SCORE 3 2 6 3 I applied the following formula in B1: =TRANSPOSE(UNIQUE(FILTER(Sheet1!$A$2:$A$15,Sheet1!$A$2:$A$15<>""))) formula in B2: =COUNTIF(Sheet1!$A$2:$B$15,Sheet2!B1) However when the column in Sheet1 is updated. For

Is it possible to use VLOOKUP to return a formula?

别说谁变了你拦得住时间么 提交于 2021-02-08 07:32:05
问题 I have a table in an excel 2010 workbook (result_master.xls). Column A has Name, Column B has a Formula see example below In another workbook(user_result_sheet.xls) I have a table where I want to use a VLOOKUP to return the appropriate formula in cell $B$2 from the table array in the other workbook based on lookup value from cell $A$1 The formulas in result_master.xls will change over time, so I wanted to be able to update them in one place rather than update the formulas in each of the 60+

Can I make a structured reference absolute in excel 07?

我只是一个虾纸丫 提交于 2021-02-07 13:38:42
问题 I have a table "A" with 2 columns "Foo" and "Bar". I have a formula with the structured reference A[Foo]. When I fill this formula horizontally I want the reference to stay A[Foo] but now, in the second column, the reference turns to A[Bar]. Is there a way to make this structured reference absolute? It'd be shocking that this isn't supported if not. Example Formula: =A[Foo] Drag that horizontally and Foo changes if the table has multiple columns 回答1: there is a difference between copying and

Excel - Cell Contains a Value from a List - Return list value

扶醉桌前 提交于 2021-02-07 11:13:56
问题 I want to return the corresponding matched keyword that is contained in Column A, but I dont know the Excel query to be used. Please can you help? The details are as follows: Column A - List of Firms I need to match the Keywords Against (Column C) Column B - If the list of Keywords match the cell in Column A return the Matching value here Column C - Match these keywords to text in Column A, I am looking for a contains match rather than a Exact Match Here is the file in question: https://www

Including a non-adjacent cell in a Range (series) in the XIRR formula

时光怂恿深爱的人放手 提交于 2021-02-07 06:24:07
问题 I am using the XIRR formula as follows: =XIRR(E$11:E17,B$11:B17) but need to add an additional non-adjacent cell to the Range of values and dates. My first attempt: =XIRR((E$11:E17,H17),(B$11:B17,B17)) resulted in #VALUE I have attempted to do it using the CHOOSE function as follows: =XIRR(CHOOSE({1,2},E$11:E17,H17),CHOOSE({1,2},B$11:B17,B17)) But this is not working to produce the correct results. I cannot figure out how to add one cell onto the end of the range. The following did work to

Create List of unique elements and display group membership parsed by commas and en-dash

落花浮王杯 提交于 2021-02-07 04:36:11
问题 I'm an Excel VBA newbie and I'm trying to figure out how to create a unique list of names in one column with associated group names in the next column. For example, the Name "cds" is a member of the following groups: "group1","group3","group4","group5", and "group6". I would like the output to show: |Column D | Column E | cds group1, group3–group6 I did find a Macro on a different message board that displays the unique element with the associated Group Number(s) instead of Group Name(s) .

Match partial data from multiple cells and return value

爷,独闯天下 提交于 2021-02-05 11:38:53
问题 I am trying to match partial data from multiple cells and want value in return. Tried index match and search function but no luck. If anyone can help. Example: Sheet1: Cell "A1": BGRAP1 - Gig0/2/17 BGRAP22 - Gig0/2/16 Cell "A2": BRAMT2 - Gig0/2/0 PTKLP8 - Gig0/2/16 PTKLP1 - Gig0/2/16 PTKLP8 - Gig0/2/17 Cell "B1": S2165 Cell "B2": S2218 Sheet 2: Cell "A1": BGRAP1 Cell "A2": PTKLP8 Cell "A3": BGRAP22 Cell "A4": BRAMT2 Cell "A5": PTKLP8 Cell "A6": PTKLP1 Cell "B1": Gig0/2/17 Cell "B2": Gig0/2/17