Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,069
Default Find first cell in a row not equal to

I have a spreadsheet that outlines performance to date by month. The months
are listed across a row (D31-031) with text based indicators three rows
beneath (D34-O34). This cells in row 34 are not null as they have a formula.
The formula returns "" if no data has been input for that month (rows 32 and
33).

At the far right of this I have an "Overall Status" cell (P32) that I want
to return the indicator in the most recent month containing data. I see many
array forumla solutions for numeric based questions like mine but nothing for
text. Any help out there?

zdjb
Thanks in advance.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Find first cell in a row not equal to

This will return the *last* entry (text or numeric) in the range and
excludes formula balnks (""):

=LOOKUP(2,1/(D34:O34<""),D34:O34)

For the *last TEXT* excluding formula blanks:

=LOOKUP(2,1/(ISTEXT(D34:O34))/(D34:O34<""),D34:O34)


--
Biff
Microsoft Excel MVP


"John" wrote in message
...
I have a spreadsheet that outlines performance to date by month. The
months
are listed across a row (D31-031) with text based indicators three rows
beneath (D34-O34). This cells in row 34 are not null as they have a
formula.
The formula returns "" if no data has been input for that month (rows 32
and
33).

At the far right of this I have an "Overall Status" cell (P32) that I want
to return the indicator in the most recent month containing data. I see
many
array forumla solutions for numeric based questions like mine but nothing
for
text. Any help out there?

zdjb
Thanks in advance.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,069
Default Find first cell in a row not equal to

Thanks - MVP you are.

"T. Valko" wrote:

This will return the *last* entry (text or numeric) in the range and
excludes formula balnks (""):

=LOOKUP(2,1/(D34:O34<""),D34:O34)

For the *last TEXT* excluding formula blanks:

=LOOKUP(2,1/(ISTEXT(D34:O34))/(D34:O34<""),D34:O34)


--
Biff
Microsoft Excel MVP


"John" wrote in message
...
I have a spreadsheet that outlines performance to date by month. The
months
are listed across a row (D31-031) with text based indicators three rows
beneath (D34-O34). This cells in row 34 are not null as they have a
formula.
The formula returns "" if no data has been input for that month (rows 32
and
33).

At the far right of this I have an "Overall Status" cell (P32) that I want
to return the indicator in the most recent month containing data. I see
many
array forumla solutions for numeric based questions like mine but nothing
for
text. Any help out there?

zdjb
Thanks in advance.




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Find first cell in a row not equal to

You're welcome. Thanks for the feedback!

--
Biff
Microsoft Excel MVP


"John" wrote in message
...
Thanks - MVP you are.

"T. Valko" wrote:

This will return the *last* entry (text or numeric) in the range and
excludes formula balnks (""):

=LOOKUP(2,1/(D34:O34<""),D34:O34)

For the *last TEXT* excluding formula blanks:

=LOOKUP(2,1/(ISTEXT(D34:O34))/(D34:O34<""),D34:O34)


--
Biff
Microsoft Excel MVP


"John" wrote in message
...
I have a spreadsheet that outlines performance to date by month. The
months
are listed across a row (D31-031) with text based indicators three rows
beneath (D34-O34). This cells in row 34 are not null as they have a
formula.
The formula returns "" if no data has been input for that month (rows
32
and
33).

At the far right of this I have an "Overall Status" cell (P32) that I
want
to return the indicator in the most recent month containing data. I
see
many
array forumla solutions for numeric based questions like mine but
nothing
for
text. Any help out there?

zdjb
Thanks in advance.






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
can I make cell "yes" equal 1, "no" equal 0 can I make cell yes equal 1, no equa Excel Discussion (Misc queries) 4 April 22nd 23 06:09 AM
How can I find the equal cells in Excel AMJAD Excel Discussion (Misc queries) 1 October 10th 06 11:14 AM
How to:Find the row of the first cell not equal to several values Vasil Ivanov Excel Worksheet Functions 3 October 2nd 06 02:11 PM
how do you find a cell equal to a cell from another list Graham56 Excel Discussion (Misc queries) 2 September 19th 05 11:09 AM
find smallest number not equal to 0 dave Excel Worksheet Functions 2 April 20th 05 10:56 PM


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