Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have the following function that someone else has written
=SUMIF('2005 Actuals'!A:A,TotalView!B86&1&TotalView!C86,'2005 Actuals'!P:P) The problem I have is that I can figure out where the 1 came from. I know that it is a criteria but I am not sure what it means. Also if I change it and use 2 instead I noticed that the number in my cell has dicreased. 2005 Actuals and TotalView are the sheet names in the same workbook. Thanks! |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If you isolate the criteria section of the formula -
TotalView!B86&1&TotalView!C86 - and put it into a cell ( =TotalView!B86&1&TotalView!C86 ) you should see that the value in cell B86 is concatenated to 1 and to the value in cell C86 e.g. B86 = 55, C86 = 23, you will get 55123 "Diana" wrote: I have the following function that someone else has written =SUMIF('2005 Actuals'!A:A,TotalView!B86&1&TotalView!C86,'2005 Actuals'!P:P) The problem I have is that I can figure out where the 1 came from. I know that it is a criteria but I am not sure what it means. Also if I change it and use 2 instead I noticed that the number in my cell has dicreased. 2005 Actuals and TotalView are the sheet names in the same workbook. Thanks! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to use SUMIF to return sums between two values located in cells | Excel Worksheet Functions | |||
Embedding a Sumif in a sumif | Excel Worksheet Functions | |||
SUMIF with Mutiple Ranges & Criteria | Excel Discussion (Misc queries) | |||
Dynamic sumif function | Excel Worksheet Functions | |||
SUMIF - Range name to used for the "sum_range" portion of a SUMIF function | Excel Worksheet Functions |