I have dates (days) in column B and numbers in column H. I wanted to have column I look at column B and if it is a Friday, to sum the last seven H cells and multiply by 15.
I thought the following formula would work but it does not… what am I doing wrong please?
=IF(WEEKDAY(B14)6,””,sum(“H”&row()-7:H14)*15)
(This shows the formula in cell I14; so if B14 is a Friday, it should sum H7:H14 then multiply by 15; if B14 is not a Friday, I14 remains blank)