Perhaps
=IF(ISBLANK(E9),E10,E9+E10)
might serve your purposes better than what I presume you meant to be
=IF(E10="",F9,F9+E10)
the ; appear to be the source of your error.
---
Originally Posted by tagen
Perhaps
=IF(ISBLANK(E9),E10,E9+E10)
might serve your purposes better than what I presume you meant to be
=IF(E10="",F9,F9+E10)
the ; appear to be the source of your error.
---
Originally Posted by tagen
You're right antoka05, changing the ; to , did the trick.
I used the ; because when entering the IF function in the spreadsheet I have to used ; - , is used for decimal-point and I just looked at the syntax in the spreadsheet.
Thanks for quick answer.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks