excel-formula

Excel UNIQUE Across Columns

泪湿孤枕 提交于 2020-07-14 09:24:40
问题 Is it possible for the new function UNIQUE to be used across various columns & have the output spill into a single column? Desired output is UNIQUE values in one single column based on all of the values present in Columns: A, B, & C ( duplicates in red in example ) If I just use UNIQUE(A7:C7) I get a spill range across columns ( this doesn't even provide unique values across columns which was unexpected ) I also tried UNIQUE(A2:A6) & UNIQUE(B5:B10) & UNIQUE(C2:C5) but this just concatenated

Excel UNIQUE Across Columns

让人想犯罪 __ 提交于 2020-07-14 09:23:50
问题 Is it possible for the new function UNIQUE to be used across various columns & have the output spill into a single column? Desired output is UNIQUE values in one single column based on all of the values present in Columns: A, B, & C ( duplicates in red in example ) If I just use UNIQUE(A7:C7) I get a spill range across columns ( this doesn't even provide unique values across columns which was unexpected ) I also tried UNIQUE(A2:A6) & UNIQUE(B5:B10) & UNIQUE(C2:C5) but this just concatenated

SUM, INDIRECT and Char Formula on a Excel Table

痴心易碎 提交于 2020-07-10 10:26:58
问题 I have got a situation in using the SUM formula with Indirect for Table references. I would like to use the formula in a Table(name: Consolidated_062020) and use the references of the other Table(name: IM_062020) and derive the SUM. Firstly I have recorded that and later would like to convert that into the dynamic formula as both Table names get changed every month. The recorded formula is: ActiveCell.FormulaR1C1 = "=SUM(INDIRECT(""IM_062020"" & ""["" &[@[Team Members]] & CHAR(10) &

Transpose data from a specific column from multiple sheets to rows on another 'summary' sheet

这一生的挚爱 提交于 2020-07-10 10:13:45
问题 I have 79 sheets of data which are all the same format. I would like to copy data from a Column C6:C34 in to a Row in a 'Summary Sheet'. I have been successful in using the formulas mentioned in this Stackoverflow question here, which suggests =TRANSPOSE('worksheet A'!A1:A10) and =INDEX(A!$A$1:$A$10, COLUMN()) But as far as I can work out, I have to perform the function 79 times for the 2013-14 year, then another 79 times for the 2014-15 year, and so on. Is there a way that I can take the

replacing many words every one with alternative word

生来就可爱ヽ(ⅴ<●) 提交于 2020-07-09 17:55:28
问题 I want to replace many words with alternative Tags(or words). Every word has a specific tag but it will take so much time to do it with find and replace. Can any formula help with this situation? I have three columns: the first column have sentence with the word I want to replace the second column have all words I want to replace next to it in the third column the replacement word or new tag. +---+-------------------------+----------------------------+---------------------------+ | | A | B |

Add IF-Condition to SUMPRODUCT

狂风中的少年 提交于 2020-07-08 03:36:57
问题 A B C D E F G H 1 Products Date Sales Criteria 1: Product_B Result: 200 2 Product_A 2020-04-15 500 Criteria 2: 2020-04-15 3 Product_B 2020-04-12 600 4 Product_B 2020-04-12 300 5 Product_B 2020-04-15 200 6 Product_B 2020-04-20 400 7 Product_C 2020-04-15 800 8 Product_C 2020-04-19 900 9 Product_C 2020-04-30 300 10 11 In the table above I have different products and their sales on a certain date. In Cell G1 I calculate sum of the sales based on the criterias in Cell E1 and E2 . G1 = SUMPRODUCT((

Add IF-Condition to SUMPRODUCT

寵の児 提交于 2020-07-08 03:36:52
问题 A B C D E F G H 1 Products Date Sales Criteria 1: Product_B Result: 200 2 Product_A 2020-04-15 500 Criteria 2: 2020-04-15 3 Product_B 2020-04-12 600 4 Product_B 2020-04-12 300 5 Product_B 2020-04-15 200 6 Product_B 2020-04-20 400 7 Product_C 2020-04-15 800 8 Product_C 2020-04-19 900 9 Product_C 2020-04-30 300 10 11 In the table above I have different products and their sales on a certain date. In Cell G1 I calculate sum of the sales based on the criterias in Cell E1 and E2 . G1 = SUMPRODUCT((

Dynamically combine two sheets into one

人盡茶涼 提交于 2020-07-07 14:24:36
问题 I have a similar question to this one: Combine 2 Excel tables into one appending the data? However, I am not interested in tables, but columns in worksheets. If I have the following 2 worksheets: I want to have a third sheet that looks like: How do I create the third worksheet from the original two worksheets? If I add a row to one of the first two worksheets, would the third worksheet automatically update? 回答1: Execute the following procedure for both sheets. Select a value in one of the

Finding a more efficient way of using SUM PRODUCT and COUNTIF

爷,独闯天下 提交于 2020-07-07 11:56:52
问题 I currently have this formula which works but it takes a few seconds for excel to catch up, and I was wondering if anyone knew about a more efficient way of handling this. Aside for it taking a few seconds to process when I drag the formula down excel doesn't update the new cells and eventually crashes the entire file. =SUMPRODUCT(((Paste!$B$2:$B$12000=A2))/COUNTIFS(Paste!$B$2:$B$12000,Paste!$B$2:$B$12000&"",Paste!$C$2:$C$12000,Paste!$C$2:$C$12000&"")) Sample Data: 回答1: Let's imagine the data

Finding a more efficient way of using SUM PRODUCT and COUNTIF

若如初见. 提交于 2020-07-07 11:55:28
问题 I currently have this formula which works but it takes a few seconds for excel to catch up, and I was wondering if anyone knew about a more efficient way of handling this. Aside for it taking a few seconds to process when I drag the formula down excel doesn't update the new cells and eventually crashes the entire file. =SUMPRODUCT(((Paste!$B$2:$B$12000=A2))/COUNTIFS(Paste!$B$2:$B$12000,Paste!$B$2:$B$12000&"",Paste!$C$2:$C$12000,Paste!$C$2:$C$12000&"")) Sample Data: 回答1: Let's imagine the data