Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=IF(ISERROR(MATCH(9.999999E+306,A:A)),MATCH("*",A: A,-1),
IF(ISERROR(MATCH("*",A:A,-1)),MATCH(9.999999E+306,A:A), MAX(MATCH(9.999999E+306,A:A),MATCH("*",A:A,-1)))) I have the above function which allows me to select the final data I have inputted. What do I need to add in order to get the last but one piece of data? Is this possible? I create tables which have todays price, last weeks price and the price from the corresponding week last year too (so having the option for 52 cells above the last one would also be useful). These prices are all listed in a table which I then need to summarise - hence the request. Many thanks James |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Penultimate cell | Excel Discussion (Misc queries) | |||
Selecting data that matches certain criteria in one column | Excel Discussion (Misc queries) | |||
Selecting data from a column | Excel Worksheet Functions | |||
Selecting A Column based on Cell Value | Excel Discussion (Misc queries) | |||
Selecting any cell in a column I want my ComboBox to show. How? | Excel Discussion (Misc queries) |