Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
bimmerman
 
Posts: n/a
Default How to return value from last column w/value?


Let's say I have 4 columns, how do I go about returning the right most
value?

As you can see, the right most value could be in any cell in the
range.

So for row 1, I'd like to return 'fail', row 2 would be blank, row 3
would be start.

THANKS!!


+-------------------------------------------------------------------+
|Filename: excel_help.gif |
|Download: http://www.excelforum.com/attachment.php?postid=2800 |
+-------------------------------------------------------------------+

--
bimmerman
------------------------------------------------------------------------
bimmerman's Profile: http://www.excelforum.com/member.php...fo&userid=2623
View this thread: http://www.excelforum.com/showthread...hreadid=319534

  #2   Report Post  
Aladin Akyurek
 
Posts: n/a
Default


bimmerman Wrote:
Let's say I have 4 columns, how do I go about returning the right most
value?

As you can see, the right most value could be in any cell in the
range.

So for row 1, I'd like to return 'fail', row 2 would be blank, row 3
would be start.

THANKS!!


=LOOKUP(REPT("z",255),A1:D1)

Row 2 will cause #N/A.


--
Aladin Akyurek
------------------------------------------------------------------------
Aladin Akyurek's Profile: http://www.excelforum.com/member.php...fo&userid=4165
View this thread: http://www.excelforum.com/showthread...hreadid=319534

  #3   Report Post  
anilsolipuram
 
Posts: n/a
Default


try this formula at e1,select e1 cell and drag it down.


=IF(D1<"",D1,IF(C1<"",C1,IF(B1<"",B1,"")))


--
anilsolipuram
------------------------------------------------------------------------
anilsolipuram's Profile: http://www.excelforum.com/member.php...o&userid=16271
View this thread: http://www.excelforum.com/showthread...hreadid=319534

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
Return Column header, if row value is > X kvail Excel Discussion (Misc queries) 2 January 11th 05 01:31 PM
Copying the contents of a column into a chart Richard Excel Worksheet Functions 1 November 16th 04 02:39 PM
Seach Column and return multiple dates to another worksheet? Mcasteel Excel Worksheet Functions 0 November 10th 04 07:41 PM
How to calculate the data in excel 2002 including only the last 9. TylerMaricich Excel Worksheet Functions 6 November 8th 04 07:27 AM
VBA: Return Searched Value Inputed by End-User Mcasteel Excel Worksheet Functions 1 October 28th 04 03:09 PM


All times are GMT +1. The time now is 02:10 PM.

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"