Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default formula returns #N/A

I have a formula which returns #N/A in some cells in a string--I need a
formula to ignore the error and leave the cell blank so that another formula
which reads the contents of that cell will skip over it and go to the next
cell
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 63
Default formula returns #N/A

The most common method:

=IF(ISNA(your_formula),"",your_formula)

HTH
Jason
Atlanta, GA

-----Original Message-----
I have a formula which returns #N/A in some cells in a

string--I need a
formula to ignore the error and leave the cell blank so

that another formula
which reads the contents of that cell will skip over it

and go to the next
cell
.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default formula returns #N/A

Thanks very much--I have been looking for a solution for a while now and
this works like a charm--best regards!!!!

Kyler

"Jason Morin" wrote:

The most common method:

=IF(ISNA(your_formula),"",your_formula)

HTH
Jason
Atlanta, GA

-----Original Message-----
I have a formula which returns #N/A in some cells in a

string--I need a
formula to ignore the error and leave the cell blank so

that another formula
which reads the contents of that cell will skip over it

and go to the next
cell
.


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
Formula returns #N/A David Excel Discussion (Misc queries) 1 March 10th 10 10:56 AM
IF formula returns error; abbreviating the formula MZ Excel Discussion (Misc queries) 4 January 7th 10 11:02 PM
Index with mulitple value returns and muliple column returns solar+CSE Excel Worksheet Functions 4 June 12th 09 04:43 PM
Formula returns a zero st24961 New Users to Excel 3 July 28th 05 09:06 AM
Formula Returns #N/A Shashi Bhosale Excel Programming 1 August 19th 03 04:31 PM


All times are GMT +1. The time now is 10:45 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"