LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Need data result in last cell of array that contains blank cel

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!



 
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
MATCH to ignore blank cells in array Tony Gardner Excel Worksheet Functions 3 September 10th 09 02:00 PM
Non-Array Play to Eliminate Blank Cells Peter Excel Worksheet Functions 5 August 28th 08 12:29 AM
show result of sum when summed cells are blank Sarah (OGI) Excel Worksheet Functions 6 March 23rd 07 06:29 PM
How to get Blank into a cell as a result of a formula jkb_junk Excel Worksheet Functions 2 January 10th 07 03:37 AM
Why Am I getting a blank in the result cell? salulu Excel Discussion (Misc queries) 4 September 7th 05 03:15 AM


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