![]() |
Creating IF with OR
First, thank you for the help.
I have this formula: =IF(OR(ISBLANK($A3),($A3<Sheet1!$A$3:$A$9370)),"" ,OFFSET(Sheet1!$A$3,MATCH(Sheet2!A3,Sheet1!$A$3:$A $9370,0)-1,1,-1,-1)) and what I want to do is, if A3 is not found in Sheet1!$A$3:$A$9370 I want the cell to be blank, if it does find it I want the data filled in. What happens is the result is always blank. Did I over look something? TIA Joe |
Creating IF with OR
Joe,
=IF(OR(ISBLANK($A3),ISERROR(MATCH($A3,Sheet1!$A$3: $A$9370,FALSE))),"",OFFSET(Sheet1!$A$3,MATCH(Sheet 2!A3,Sheet1!$A$3:$A$9370,0)-1,1,-1,-1)) HTH, Bernie MS Excel MVP "Joe Gieder" wrote in message ... First, thank you for the help. I have this formula: =IF(OR(ISBLANK($A3),($A3<Sheet1!$A$3:$A$9370)),"" ,OFFSET(Sheet1!$A$3,MATCH(Sheet2!A3,Sheet1!$A$3:$A $9370,0)-1,1,-1,-1)) and what I want to do is, if A3 is not found in Sheet1!$A$3:$A$9370 I want the cell to be blank, if it does find it I want the data filled in. What happens is the result is always blank. Did I over look something? TIA Joe |
Creating IF with OR
Worked perfectly. Thank you.
"Bernie Deitrick" wrote: Joe, =IF(OR(ISBLANK($A3),ISERROR(MATCH($A3,Sheet1!$A$3: $A$9370,FALSE))),"",OFFSET(Sheet1!$A$3,MATCH(Sheet 2!A3,Sheet1!$A$3:$A$9370,0)-1,1,-1,-1)) HTH, Bernie MS Excel MVP "Joe Gieder" wrote in message ... First, thank you for the help. I have this formula: =IF(OR(ISBLANK($A3),($A3<Sheet1!$A$3:$A$9370)),"" ,OFFSET(Sheet1!$A$3,MATCH(Sheet2!A3,Sheet1!$A$3:$A $9370,0)-1,1,-1,-1)) and what I want to do is, if A3 is not found in Sheet1!$A$3:$A$9370 I want the cell to be blank, if it does find it I want the data filled in. What happens is the result is always blank. Did I over look something? TIA Joe |
Creating IF with OR
You're welcome.
Bernie Worked perfectly. Thank you. "Bernie Deitrick" wrote: Joe, =IF(OR(ISBLANK($A3),ISERROR(MATCH($A3,Sheet1!$A$3: $A$9370,FALSE))),"",OFFSET(Sheet1!$A$3,MATCH(Sheet 2!A3,Sheet1!$A$3:$A$9370,0)-1,1,-1,-1)) HTH, Bernie MS Excel MVP "Joe Gieder" wrote in message ... First, thank you for the help. I have this formula: =IF(OR(ISBLANK($A3),($A3<Sheet1!$A$3:$A$9370)),"" ,OFFSET(Sheet1!$A$3,MATCH(Sheet2!A3,Sheet1!$A$3:$A $9370,0)-1,1,-1,-1)) and what I want to do is, if A3 is not found in Sheet1!$A$3:$A$9370 I want the cell to be blank, if it does find it I want the data filled in. What happens is the result is always blank. Did I over look something? TIA Joe |
All times are GMT +1. The time now is 11:55 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com