Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
My formula returns last value in column of numbers. If none of the cells are blank between first entry and last entry,th
formula works. But if one cell is blank formula returns last entry before blank cell. How can i modify formula to displa last entry even if their is a blank cell EXAMPLE b35 4 b36 5 b37 5 b3 b3 In above example formula returns 55 which is correct b35 4 b36 b37 5 b3 b3 In above example returns 45, I need it to return 55 as that is last entry Following is my formula =INDEX(B35:B39,COUNTA(B35:B39),1 Thank Bob Leonar |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Cell color index formula reference instead of =counta | Excel Discussion (Misc queries) | |||
CountA problem | Excel Discussion (Misc queries) | |||
Problem with INDEX formula | Excel Discussion (Misc queries) | |||
Index formula problem | Excel Worksheet Functions | |||
Array Formula Index Match formulas in VBA problem | Excel Programming |