ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   IFERROR help (https://www.excelbanter.com/excel-discussion-misc-queries/241375-iferror-help.html)

fruitchunk

IFERROR help
 
This is the current formula I have
=IF(A1="NEW","",LOOKUP(2,1/((B1=Sheet1!A:A)*(C1=Sheet1!F:F)),Sheet1!K:K))
on some cells I get n/a
I want to combine it with IFERROR function but i don't know how.

Pete_UK

IFERROR help
 
I don't have XL2007, but I think the syntax is:

=IFERROR(your_formula,"")

where I presume you want a blank to show instead of #N/A.

Hope this helps.

Pete

On Sep 1, 11:15*pm, fruitchunk
wrote:
This is the current formula I have
=IF(A1="NEW","",LOOKUP(2,1/((B1=Sheet1!A:A)*(C1=Sheet1!F:F)),Sheet1!K:K))
on some cells I get n/a
I want to combine it with IFERROR function but i don't know how.



Fred Smith[_4_]

IFERROR help
 
Assuming you want to check for an error in the Lookup function, is would be:
=IF(A1="NEW","",IFERROR(LOOKUP(2,1/((B1=Sheet1!A:A)*(C1=Sheet1!F:F)),Sheet1!K:K),"Err or
message"))

Regards,
Fred

"fruitchunk" wrote in message
...
This is the current formula I have
=IF(A1="NEW","",LOOKUP(2,1/((B1=Sheet1!A:A)*(C1=Sheet1!F:F)),Sheet1!K:K))
on some cells I get n/a
I want to combine it with IFERROR function but i don't know how.




All times are GMT +1. The time now is 08:04 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com