I have a workbook in office 2016 and i use iferror function that is not compatible with office 2003. I have already passed in 3000 around cells. What can I do;
Thanks for any advice
I have a workbook in office 2016 and i use iferror function that is not compatible with office 2003. I have already passed in 3000 around cells. What can I do;
Thanks for any advice
Last edited by Immortal2014; 04-29-2016 at 10:07 AM.
Nick
iferror is not available in the excel 2003 version.
Use te available formula.
But since you don't add what kind of failure you have in your file, I will not comment on that.
Notice my main language is not English.
I appreciate it, if you reply on my solution.
If you are satisfied with the solution, please mark the question solved.
You can add reputation by clicking on the star * add reputation.
Hi,
If you want to use the same workbook with both 2003 & 2007+ then you'll need to convert them to
Formula:
=IF(ISERROR(your_formula),"error text",your_formula)
Richard Buttrey
RIP - d. 06/10/2022
If any of the responses have helped then please consider rating them by clicking the small star iconbelow the post.
The best error trap depends on the specific formula.
Your goal should be to avoid repeating the formula but sometimes that's not possible:
=IF(ISERROR(your_formula),what_to_do_if_error,your_formula)
Let's assume that formula normally returns a TEXT value. When an error is generated you would rather have a blank returned instead. A better error trap would be:
=LOOKUP("zzzzz",CHOOSE({1,2},"",your_formula))
That's just one example. As I noted, the best error trap depends on the specific formula.
Biff
Microsoft MVP Excel
Keep It Simple Stupid
Let's Go Pens. We Want The Cup.
Thanks all of you for your answers, i make the changes soon.
You're welcome. We appreciate the feedback!![]()
All ok guys, the =IF(ISERROR(... works great!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks