Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Bruce Henson
 
Posts: n/a
Default I want to index the first blank cell in a column of data

I'd like to know how to index the first blank cell in a column of data, so
that I can return that number as a reference for a report (to use as an index
value for returning other values in that row).
  #2   Report Post  
Posted to microsoft.public.excel.misc
RagDyer
 
Posts: n/a
Default I want to index the first blank cell in a column of data

Does this work for you:

=1+MAX(MATCH({"zzzzzzz",9.9999999E+307},A:A))

--
HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================


"Bruce Henson" <Bruce wrote in message
...
I'd like to know how to index the first blank cell in a column of data, so
that I can return that number as a reference for a report (to use as an

index
value for returning other values in that row).


  #3   Report Post  
Posted to microsoft.public.excel.misc
Ardus Petus
 
Posts: n/a
Default I want to index the first blank cell in a column of data

Range("A1").End(xlDown).Row+1

HTH
--
AP

"Bruce Henson" <Bruce a écrit dans le
message de ...
I'd like to know how to index the first blank cell in a column of data, so
that I can return that number as a reference for a report (to use as an

index
value for returning other values in that row).



  #4   Report Post  
Posted to microsoft.public.excel.misc
Biff
 
Posts: n/a
Default I want to index the first blank cell in a column of data

Hi!

Entered as an array using the key combo of CTRL,SHIFT,ENTER:

=MATCH(TRUE,A1:A100="",0)

Biff

"Bruce Henson" <Bruce wrote in message
...
I'd like to know how to index the first blank cell in a column of data, so
that I can return that number as a reference for a report (to use as an
index
value for returning other values in that row).



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
Excel Macro to Copy & Paste [email protected] Excel Worksheet Functions 0 December 1st 05 01:56 PM
Printing data validation scenarios SJC Excel Worksheet Functions 14 July 24th 05 12:43 AM
cell color index comparison MINAL ZUNKE New Users to Excel 1 June 30th 05 07:11 AM
Sort pages? David Excel Discussion (Misc queries) 15 May 13th 05 11:33 PM
Finding last cell with data in a column Nigel Bennett Setting up and Configuration of Excel 2 April 29th 05 08:03 PM


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