Link to home
Start Free TrialLog in
Avatar of Jerome Hayes
Jerome HayesFlag for United States of America

asked on

Why do I keep getting a error message in my formula

I am having the toughest solving this error problem in the attached exce spreadsheet.  Can a expert take a look at row 9 explain (fix) why i'm getting a error message in the on cell when i'm dragging the formula.

Thank you,


Testing.xls
ASKER CERTIFIED SOLUTION
Avatar of Michael Fowler
Michael Fowler
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Sean Strickland
If you run into that problem regularly, you can use the TRIM() function to catch those.

=IF(OR(ISBLANK(D7),TRIM(D7)=""),"0",SUM(C9+D7)-D4)
Avatar of Jerome Hayes

ASKER

I knew it was something simple.  Thank you