#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 184
Default 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
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,722
Default 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

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default 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


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
VBA question ub Excel Discussion (Misc queries) 1 February 18th 09 05:49 PM
where can I see my question and answer? Yesterday I ask a question IP Excel Discussion (Misc queries) 2 May 10th 08 04:08 PM
Add-In question Geoff Setting up and Configuration of Excel 1 June 19th 06 09:14 PM
Newbie Question - Subtraction Formula Question [email protected] Excel Discussion (Misc queries) 3 May 5th 06 05:50 PM
The question is an excel question that I need to figure out howto do in excel. Terry Excel Worksheet Functions 3 January 23rd 06 06:22 PM


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

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"