Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Tim
 
Posts: n/a
Default another EXPERT LEVEL FORMULA from me

Hi All

A B
1 #N/A d
2 #DIV/0!, h
3 5 k
4 3 t
In Sheet1 Ive got two columns: Column A and Column B. What Im tiring to do
is to create a formula to get the value of the first cell in a column €œB€
which corresponding (offset) cell in column A is the first row in Column A
with NO ISERROR on it like #N/A, #VALUE!, #REF!, #DIV/0!, #NUM!, #NAME?, or
#NULL!
In the example above this is €œk€ (the value in cell B3).
So far my guided formula is array and look like
this::=INDEX(A1:A20,MIN(ROW(B1:B20)*(B1:B20<#N/A)))
but it doesnt work at all. Im also planning the formula to be in a
different sheet than the range with the data.
Any Help is highly appreciated as always.

Tim

  #2   Report Post  
Bob Phillips
 
Posts: n/a
Default another EXPERT LEVEL FORMULA from me

On the right lines

=INDEX(B:B,MIN(IF(ISERROR(A1:A10),9.99999999999999 E+307,ROW(A1:A10))))

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Tim" wrote in message
...
Hi All

A B
1 #N/A d
2 #DIV/0!, h
3 5 k
4 3 t
In Sheet1 I've got two columns: Column A and Column B. What I'm tiring to

do
is to create a formula to get the value of the first cell in a column "B"
which corresponding (offset) cell in column A is the first row in Column A
with NO ISERROR on it like #N/A, #VALUE!, #REF!, #DIV/0!, #NUM!, #NAME?,

or
#NULL!
In the example above this is "k" (the value in cell B3).
So far my guided formula is array and look like
this::=INDEX(A1:A20,MIN(ROW(B1:B20)*(B1:B20<#N/A)))
but it doesn't work at all. I'm also planning the formula to be in a
different sheet than the range with the data.
Any Help is highly appreciated as always.

Tim



  #3   Report Post  
Tim
 
Posts: n/a
Default another EXPERT LEVEL FORMULA from me

Another PERFECT ANSWER from You.
Thank you Bob!


"Bob Phillips" wrote:

On the right lines

=INDEX(B:B,MIN(IF(ISERROR(A1:A10),9.99999999999999 E+307,ROW(A1:A10))))

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Tim" wrote in message
...
Hi All

A B
1 #N/A d
2 #DIV/0!, h
3 5 k
4 3 t
In Sheet1 I've got two columns: Column A and Column B. What I'm tiring to

do
is to create a formula to get the value of the first cell in a column "B"
which corresponding (offset) cell in column A is the first row in Column A
with NO ISERROR on it like #N/A, #VALUE!, #REF!, #DIV/0!, #NUM!, #NAME?,

or
#NULL!
In the example above this is "k" (the value in cell B3).
So far my guided formula is array and look like
this::=INDEX(A1:A20,MIN(ROW(B1:B20)*(B1:B20<#N/A)))
but it doesn't work at all. I'm also planning the formula to be in a
different sheet than the range with the data.
Any Help is highly appreciated as always.

Tim




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
Simplify formula Luke Excel Worksheet Functions 37 May 6th 05 07:21 AM
Creating a check mark box MarthaSue Setting up and Configuration of Excel 18 April 28th 05 12:31 AM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM
Cell shows formula and not the result of the formula. stumpy1220 Excel Worksheet Functions 2 January 14th 05 05:11 PM
Cell doesn't show formula result - it shows formula (CTRL + ' doe. o0o0o0o Excel Worksheet Functions 6 November 19th 04 03:13 PM


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