Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I want to add in ISERROR function into the following formula
=(D6-C6)-F6 Here is my attempt: =(IFERROR(D6-C6)-F6)),"",(D6-C6)-F6 Thank you |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On Wed, 6 Jan 2010 04:47:01 -0800, Gotroots
wrote: I want to add in ISERROR function into the following formula =(D6-C6)-F6 Here is my attempt: =(IFERROR(D6-C6)-F6)),"",(D6-C6)-F6 Thank you You mix ISERROR and IFERROR. Either use this =IFERROR((D6-C6)-F6,"") or this: =IF(ISERROR((D6-C6)-F6),"",(D6-C6)-F6) Hope this helps / Lars-Åke |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=IF(ISERROR((D6-C6)-F6),"",(D6-C6)-F6)
ISERROR - Value refers to any error value (#N/A, #VALUE!, #REF!, #DIV/0!, #NUM!, #NAME?, or #NULL!). =IF(ISERR((D6-C6)-F6),"",(D6-C6)-F6) ISERR - Value refers to any error value except #N/A. Remember to Click Yes, if this post helps! -------------------- (Ms-Exl-Learner) -------------------- "Gotroots" wrote: I want to add in ISERROR function into the following formula =(D6-C6)-F6 Here is my attempt: =(IFERROR(D6-C6)-F6)),"",(D6-C6)-F6 Thank you |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Iserror function in combination with average | Excel Worksheet Functions | |||
embedding "ISERROR" function into an "IF" statement | Excel Worksheet Functions | |||
Excel ISERROR function | Excel Worksheet Functions | |||
How do I throw in an ISERROR function on a complicated VVLOOKUP? | Excel Discussion (Misc queries) | |||
how do I write a vlookup function within an iserror function so t. | Excel Worksheet Functions |