Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have 3 columns of data, A contains the type, B contains the quarter and C
contains the value to add. I was to add up all the "Any" types in "Q1!. I thought I was pretty clever with the following equation but it returns the #VALUE!. =IF(A3:A15="Any",SUMIF(B3:B15,"Q1",C3:C15),0) It appears to be around A3:A15 but I cant figure out why. I made sure everything was text that should be. I am still on Excel 2003 so cannot use SUMIFS which someone showed me. -- Thanks Marlaine |