![]() |
SUMIF (Excel 97)
=SUMIF(C8:C334,H8:H334<"",C8:C334)
I'm trying to sum the Range C8:C334 if the cells in the range H8:H334 have something in them, which could be anything. The above formula produces a blank result. Any suggestions? |
SUMIF (Excel 97)
It should look like
=SUMIF(H8:H334,"<""",C8:C334) Make sure you add the quotes around the <"" "Phendrena" wrote: =SUMIF(C8:C334,H8:H334<"",C8:C334) I'm trying to sum the Range C8:C334 if the cells in the range H8:H334 have something in them, which could be anything. The above formula produces a blank result. Any suggestions? |
SUMIF (Excel 97)
Cheers,
That appears to add up ALL the cells in C8:C334 even if the cells in the range H8:H334 are blank. I need it to just add them if there is something in that range. any thoughts? Thanks, "akphidelt" wrote: It should look like =SUMIF(H8:H334,"<""",C8:C334) Make sure you add the quotes around the <"" "Phendrena" wrote: =SUMIF(C8:C334,H8:H334<"",C8:C334) I'm trying to sum the Range C8:C334 if the cells in the range H8:H334 have something in them, which could be anything. The above formula produces a blank result. Any suggestions? |
All times are GMT +1. The time now is 05:38 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com