Formula Problem

  • Thread starter Thread starter Cissy
  • Start date Start date
C

Cissy

Hello,

I have a workbook with two sheets, one detailed, one summary. I'm trying to
sum the numbers entered in K2:Z11 everytime "16" is entered in A2:A11. This
formula keeps returning 16. On the summary sheet 2, I entered the formula
=IF(Sheet1!A2:A11,"16",SUM(Sheet1!K2:Z11)).

Thank you in advance for any help.
 
Have a look at the SUMIF function in Excel Help - you are nearly
there.

Hope this helps.

Pete
 
I tried the SUMIF function, but get 1 as the answer, even though several
numbers are entered in the range.
 
Back
Top