You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser.
SUMIF?
-
Thread starter
paul
-
Start date
I need a formula to calculate the sum of cells P7

190 if
the cell in column H7:H190 is empty.
Any ideas?
Thanks!
Paul
One way:
=SUMIF(H7:H190,"",P7

190)