Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a worksheet that contains the actual and projected hours for
workers and I'm trying to figure out the function that would search through the entire row and return the last cell of the row that contains a non-blank value. Some of the cells contain hours (ex: 1.0, 15.0, 3.5) and other cells are blank. Some of the cells are completely blank in between the specific range. For example the first column contains the workers names and after that are the hours, the very first row in the sheet is the week that the hours are projected for... for this example, semi colons are used to represent a new cell: A ; B ; C ; D ; E ; F ; G ; H ; I ; J 1; Name ; 7-Aug; 14-Aug; 21-Aug; 28-Aug; 4-Sep; 11-Sep; 18- Sep; 25-Sep; Total 2; John Smith; 1.0 ; 2.0 ; 2.5 ; ; ; 5.5 ; 5.2 ; ; 16.2 3; Jane Doe ; 2.0 ; 5.0 ; 1.5 ; ; ; ; ; ; 8.5 I want the function to search through the range and return the date that is above the last unblank cell. Range - B2:I2 returns 18-Sep (I don't want it to return 21Aug because it is followed by a blank) Range - B3:I3 returns 21-Aug This function needs to be entirely data driven and the only thing that can really be hard coded is the row that contains the date that needs to be returned. Thanks for all the help! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Find the first or last populated column in a range | Excel Worksheet Functions | |||
First populated cell in row array/ Last populated cell in row arra | Excel Worksheet Functions | |||
LookUp to Display Last Value Populated a in Range | Excel Worksheet Functions | |||
Search range of cells, find a value, output adjoining cell. How? | Excel Worksheet Functions | |||
find a cells from a range of cell | Excel Worksheet Functions |