I have three columns: I am trying to say:
If column B2 has a date then it should be subtracted by A2 but if B2 does not have a date then it should be subtract by today
I know the formulas separately but i cant seem to put them together
=TODAY()-A2))
= If(Isblank(B2), " ", A2-B2)
If column B2 has a date then it should be subtracted by A2 but if B2 does not have a date then it should be subtract by today
I know the formulas separately but i cant seem to put them together
=TODAY()-A2))
= If(Isblank(B2), " ", A2-B2)