would like to add an IFERROR to a simple formula, can't seem to get it to work
Hi,
I have a simple formula I am using in one of my sheets to calculate a percentage:
=[Training/90 day complete]@row / FDS@row
I would like to amend it so that if the cell in the Training/90day complete column is blank, to leave it blank rather than calculating it and returning 0%.
How would I do that?
Thanks in advance!
Emily
Tags:
Answers
-
@Emily Sanchez Here is what I would use:
=IFERROR(IF(ISBLANK([Training/90day complete]@row), "", ([Training/90day complete]@row / FDS@row)), "")
ISBLANK should catch the condition where Training/90day is blank
IFERROR should catch the condition where FDS is blank.
(seems to work in North America)
dm
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.3K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 85 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 302 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!