i have this formula
which works ok but i have had to omit a cell because the formula does not like it as its an empty cell (but has a formula in it)![]()
=IF(E9="Yes",J9+K9-N9,IF(E9="No",K9-N9))
this is how i would like the formula to look like.
but result is #Value![]()
=IF(E9="Yes",J9:L9-N9,IF(E9="No",J9:L9-N9))
Bookmarks