Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Example:
A1=200 B1=300 C1=400 D1=[blank] E1=[blank] F1=[blank] G1=(last cell from above that contains data...i.e. C1) I'm a bit of an Excel novice so could really use a little help. Thanks! |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Assuming that range will only contain numbers,
try something like this: =LOOKUP(10^99,A1:F1) or...if you want to avoid an error when there are no numbers: =IF(COUNT(A1:F1),LOOKUP(10^99,A1:F1),"") Does that help? *********** Regards, Ron XL2003, WinXP "smesurfer" wrote: Example: A1=200 B1=300 C1=400 D1=[blank] E1=[blank] F1=[blank] G1=(last cell from above that contains data...i.e. C1) I'm a bit of an Excel novice so could really use a little help. Thanks! |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Ron, your first recommendation worked perfectly.
THANK YOU! "Ron Coderre" wrote: Assuming that range will only contain numbers, try something like this: =LOOKUP(10^99,A1:F1) or...if you want to avoid an error when there are no numbers: =IF(COUNT(A1:F1),LOOKUP(10^99,A1:F1),"") Does that help? *********** Regards, Ron XL2003, WinXP "smesurfer" wrote: Example: A1=200 B1=300 C1=400 D1=[blank] E1=[blank] F1=[blank] G1=(last cell from above that contains data...i.e. C1) I'm a bit of an Excel novice so could really use a little help. Thanks! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
MATCH to ignore blank cells in array | Excel Worksheet Functions | |||
Non-Array Play to Eliminate Blank Cells | Excel Worksheet Functions | |||
show result of sum when summed cells are blank | Excel Worksheet Functions | |||
How to get Blank into a cell as a result of a formula | Excel Worksheet Functions | |||
Why Am I getting a blank in the result cell? | Excel Discussion (Misc queries) |