Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel Macro to Copy & Paste | Excel Worksheet Functions | |||
Printing data validation scenarios | Excel Worksheet Functions | |||
cell color index comparison | New Users to Excel | |||
Sort pages? | Excel Discussion (Misc queries) | |||
Finding last cell with data in a column | Setting up and Configuration of Excel |