G
Geestar
I work for a small homeless charity in Kent, UK, and I am setting up a way
of recording our housing benefit payments made to us.
Basically, What I would like to do is have a formula in box T11 that
displays the following:
If the date in K11 is before or the same as todays date in O11 then the
figure in T11 should be the sum of N11 multiplied by H11.
If the date in K11 is blank or after todays date in O11 then the figure in
T11 should be the sum of R11 x H11.
At present I have the following formula in T11
=IF(K11<=O11,SUM(N11*H11),IF(K11>O11,SUM(R11*H11))) however if cell K11 is
empty it does not calculate propery!
Some advice would be greatly appreciated!
Many Thanks
Regards
Gareth
of recording our housing benefit payments made to us.
Basically, What I would like to do is have a formula in box T11 that
displays the following:
If the date in K11 is before or the same as todays date in O11 then the
figure in T11 should be the sum of N11 multiplied by H11.
If the date in K11 is blank or after todays date in O11 then the figure in
T11 should be the sum of R11 x H11.
At present I have the following formula in T11
=IF(K11<=O11,SUM(N11*H11),IF(K11>O11,SUM(R11*H11))) however if cell K11 is
empty it does not calculate propery!
Some advice would be greatly appreciated!
Many Thanks
Regards
Gareth