I am wondering if someone might be able to help me out with the following excel function:
=SUMIF(Week13!A:A,B2,Week13!B:B)
When the value in B2 is compared to column A in workbook 13.. it doesn't find it. However, it returns a zero for the null value. What if I didn't want to return a zero.
An option, is to just add the value in column A, but I want to pass back the text in the adjacent cell in column B, not the numeric vaule??? (ex. 'not found')
Anyone?
=SUMIF(Week13!A:A,B2,Week13!B:B)
When the value in B2 is compared to column A in workbook 13.. it doesn't find it. However, it returns a zero for the null value. What if I didn't want to return a zero.
An option, is to just add the value in column A, but I want to pass back the text in the adjacent cell in column B, not the numeric vaule??? (ex. 'not found')
Anyone?