Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am using the below function to return the last data value populated in the
range B57:AE57. =IF(COUNT(B57:AE57),LOOKUP(99^99,B57:AE57),"-") ---- this works for a single line of data I want to be able to include multiple ranges in the look-up. Specifically, I want to be able to include B64:AE64 in the look-up. I wrote it as follows and it returned the N/A error message. Please, what am I doing wrong? =IF(COUNT(B57:AE57,B64:AE64),LOOKUP(99^99,B57:AE57 ,B64:AE64),"-")----this doesn't work for 2 lines of data Thanks - Tom -- Sony Luvy |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Most efficient formula/combining multiple data cell ranges/seperat | New Users to Excel | |||
Excel extending result to multiple decimals | Excel Worksheet Functions | |||
Extending the worksheet beyond the 'IV' cell | Excel Worksheet Functions | |||
Creating drop down list for multiple cell ranges | Excel Discussion (Misc queries) | |||
select multiple cell ranges in "sumif" formula? | Excel Worksheet Functions |