#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 237
Default Formula

Below is a range of data. The range may contain 1 or more
#N/A errors. I need a formula that will return the
location of the 1st instance it finds the 1st or only #N/A
error. For Instance, the formula would return the number
2, because 2 is the position of the 1st #N/A error.

Column J
1
#N/A
3
4
5
#N/A





Thanx
Todd Huttenstine
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Formula

Hi Todd,

Below is a file called Todd.zip. See if it is what you want.


regards
Zantor

File Attached: http://www.excelforum.com/attachment.php?postid=333812 (todd.zip)

------------------------------------------------
~~ Message posted from http://www.ExcelTip.com/
~~ View and post usenet messages directly from http://www.ExcelForum.com/

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 493
Default Formula

One way (array-entered: CTRL-SHIFT-ENTER or CMD-RETURN)

=MATCH("$%^",IF(ISNA(J1:J100),"$%^",A1:A100),FALSE )

In article ,
"Todd Huttenstine" wrote:

Below is a range of data. The range may contain 1 or more
#N/A errors. I need a formula that will return the
location of the 1st instance it finds the 1st or only #N/A
error. For Instance, the formula would return the number
2, because 2 is the position of the 1st #N/A error.

Column J
1
#N/A
3
4
5
#N/A





Thanx
Todd Huttenstine

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
Commenting custom formula fields/formula on formula editor Muxer Excel Programming 2 July 24th 03 01:02 AM


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

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

About Us

"It's about Microsoft Excel"