Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I want to write a function that displays the last value populated ina range.
To help explain please see below: column A B C D E F G H row 1 67 55 42 66 49 39 72 56 2 56 38 44 77 59 3 4 This is what I'm trying now, doesn't work. =IF(COUNT(a1:h4),LOOKUP(99^99,a1:h4),"-") I want to be able to display in this case the value 59. I need to write a function that evaluates A1:H4 and displays the last value populated. In this case 59. -- Sony Luvy |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
First populated cell in row array/ Last populated cell in row arra | Excel Worksheet Functions | |||
Lookup from range to display a row | Excel Discussion (Misc queries) | |||
Lookup - Display contents of a cell | Excel Discussion (Misc queries) | |||
Lookup and Display Using Multiple Criteria | Excel Worksheet Functions | |||
excel lookup matching and value display | Links and Linking in Excel |