#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Showing Values


HI,

I have 2 work sheets in a file, The first sheet contains a table with
names in the first column and a formula in the second and third
columns. which either only show REF or N/A until another value is
entered and become a word value.

On the second sheet I am trying to I am trying to display the same
table as the first sheet but only have the rows with the word values in
and not N/A or REF?

Can this be done? Your urgent help is needed?

Thanks
Brent


--
Brento
------------------------------------------------------------------------
Brento's Profile: http://www.excelforum.com/member.php...o&userid=25213
View this thread: http://www.excelforum.com/showthread...hreadid=562420

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 618
Default Showing Values

"Brento" wrote in
message ...

HI,

I have 2 work sheets in a file, The first sheet contains a table with
names in the first column and a formula in the second and third
columns. which either only show REF or N/A until another value is
entered and become a word value.

On the second sheet I am trying to I am trying to display the same
table as the first sheet but only have the rows with the word values in
and not N/A or REF?

Can this be done? Your urgent help is needed?


=IF(OR(ISERR(Sheet1!A1),ISNA(Sheet1!A1)),"",Sheet1 !A1)
--
David Biddulph


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 79
Default Showing Values

You can actually use ISERROR to cover all the error values:
=IF(ISERROR(Sheet1!A1),"",Sheet1!A1)

-Simon

"David Biddulph" wrote:

"Brento" wrote in
message ...

HI,

I have 2 work sheets in a file, The first sheet contains a table with
names in the first column and a formula in the second and third
columns. which either only show REF or N/A until another value is
entered and become a word value.

On the second sheet I am trying to I am trying to display the same
table as the first sheet but only have the rows with the word values in
and not N/A or REF?

Can this be done? Your urgent help is needed?


=IF(OR(ISERR(Sheet1!A1),ISNA(Sheet1!A1)),"",Sheet1 !A1)
--
David Biddulph



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
How do I generate a list from a range of values robo7084 Excel Worksheet Functions 2 July 6th 06 01:48 AM
Not showing blank and non blank items in filter mode for values Bhaskar Polisetty Excel Worksheet Functions 0 June 20th 06 02:04 PM
Formulas showing as text rather than values wardellcastles Excel Discussion (Misc queries) 3 June 14th 06 04:01 PM
How can I break values apart that are in the same cell? Phil Excel Worksheet Functions 3 October 4th 05 03:41 PM
#N/A Values : Returned by Formulas vs Entered Manually monir Charts and Charting in Excel 8 July 7th 05 01:16 AM


All times are GMT +1. The time now is 01:11 AM.

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"