Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
BBA
 
Posts: n/a
Default How do I return the first non-blank value in a row?


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bernie Deitrick
 
Posts: n/a
Default How do I return the first non-blank value in a row?

Array enter (enter using Ctrl-Shift-Enter)

=INDEX(1:1,MIN(IF(1:1<"",COLUMN(1:1),300)))

Change the 1:1 to the row of interest...

HTH,
Bernie
MS Excel MVP


"BBA" wrote in message
...



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Domenic
 
Posts: n/a
Default How do I return the first non-blank value in a row?

Here's another way...

=INDEX(A1:Z1,MATCH(TRUE,INDEX(A1:Z1<"",0),0))

or

=INDEX(1:1,MATCH(TRUE,INDEX(1:1<"",0),0))

Hope this helps!

In article ,
BBA wrote:
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
enter numbers in blank cells bill gras Excel Worksheet Functions 2 September 21st 05 01:17 PM
How do I return a blank for VLOOKUP instead of #N/A? ExcelBee Excel Worksheet Functions 15 September 3rd 05 07:04 AM
Summarize Out of Stock List David Excel Worksheet Functions 0 July 8th 05 04:16 AM
Counting blank and filled cells within a range. greg7468 Excel Discussion (Misc queries) 3 June 28th 05 10:41 PM
referencing cells that return blank results Suz Excel Worksheet Functions 4 February 21st 05 10:59 PM


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