IFERROR and value in same formula

Hi, Hope I can clearly explain what I am doing.
I would like a cell to show a blank if there is an error, but if no error, I want the value in the cell it is pointing to to put the same number in the formula cell.
Example:
if there is #DIVIDE BY ZERO - then leave blank; if there is a value, then put that same value in the cell.
If the error - the cell would be blank. If there is a number (say 85.7, then I want the 85.7 put in the cell. This value could change with each row of data.
Hope I explained what I am looking for clear enough to get a response.
thanks
Answers
-
Hello,
Is this what you are looking for or have I misunderstood?
=IFERROR(result@row, "")
-
If you want to combine the Formula and Result columns, this would work:
=IFERROR(value@row / [Divide by]@row, "")
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.1K Get Help
- 449 Global Discussions
- 155 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!