Hello All,
I am looking for a combination of IF and ISBLANK.
Ideally, if a reference cell elsewhere is blank, then the formula cell should be blank, however, if it is not, then I want a simple subtraction.
This is what I have tried, but with Err:508:
=IF(ISBLANK(C2," "),C2-36)
Any help would be greatly appreciated!
Thanks,
Baldy.