ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   N/A Question (https://www.excelbanter.com/excel-discussion-misc-queries/237899-n-question.html)

Jeremy

N/A Question
 
I am using
=OFFSET(MasterInventoryList!$A$1,MATCH($A4,MasterI nventoryList!$A$1:$A$425,0)-1,1)
as a formula and if no data is entered yet the cell shows N/A. How do I have
the N/A not show or hide?


Thank you
Jeremy

Luke M

N/A Question
 
This contains an error check method:

=IF(ISNUMBER(MATCH($A4,MasterInventoryList!$A$1:$A $425,0)),OFFSET(MasterInventoryList!$A$1,MATCH($A4 ,MasterInventoryList!$A$1:$A$425,0)-1,1),"")


--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Jeremy" wrote:

I am using
=OFFSET(MasterInventoryList!$A$1,MATCH($A4,MasterI nventoryList!$A$1:$A$425,0)-1,1)
as a formula and if no data is entered yet the cell shows N/A. How do I have
the N/A not show or hide?


Thank you
Jeremy


Gord Dibben

N/A Question
 
=IF(ISNA(OFFSET(MasterInventoryList!$A$1,MATCH($A4 ,MasterInventoryList!$A$1:$A$425,0)-1,1)),"",OFFSET(MasterInventoryList!$A$1,MATCH($A4 ,MasterInventoryList!$A$1:$A$425,0)-1,1))


Gord Dibben MS Excel MVP

On Fri, 24 Jul 2009 06:49:01 -0700, Jeremy
wrote:

I am using
=OFFSET(MasterInventoryList!$A$1,MATCH($A4,Master InventoryList!$A$1:$A$425,0)-1,1)
as a formula and if no data is entered yet the cell shows N/A. How do I have
the N/A not show or hide?


Thank you
Jeremy




All times are GMT +1. The time now is 01:55 PM.

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