jonathanb1989
New Member
- Joined
- Aug 2, 2013
- Messages
- 1
- Office Version
- 365
- Platform
- Windows
Hi, quick question. Super sorry if this has been asked already, I have been digging around for a while now and haven't been able to figure it out yet.
So what I'm trying to figure out is a way to look up the last non blank cell in a column and then shift over to the left of whatever row that is a certain number of cells and then return that value.
For example, I would like to make cell H8 spit this out after it looks over to the left 4 cells of the last non blank cell above it in that column.
Another example, I would like to make cell F8 spit out
That's not exactly what I'm trying to do but if I can figure that out I can figure it out from there I hope. Thanks in advance.
So what I'm trying to figure out is a way to look up the last non blank cell in a column and then shift over to the left of whatever row that is a certain number of cells and then return that value.
For example, I would like to make cell H8 spit this out after it looks over to the left 4 cells of the last non blank cell above it in that column.
09/08/2022 21:00:00 |
Another example, I would like to make cell F8 spit out
09/14/2022 09:00:00 |
That's not exactly what I'm trying to do but if I can figure that out I can figure it out from there I hope. Thanks in advance.
Flow Meters.xlsx | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
A | B | C | E | F | G | H | ||||
1 | Time | Date | Combined | Example Description | Example Description | Example Description | Example Description | |||
2 | 9:00 PM | 9/8/2022 | 09/08/2022 21:00:00 | 0.0000000 | 2542225.5 | 6110386.6 | 1274218 | |||
3 | 3:03 PM | 9/13/2022 | 09/13/2022 15:03:00 | 269064.5400000 | ||||||
4 | 3:38 PM | 9/13/2022 | 09/13/2022 15:38:00 | 2808459.3 | ||||||
5 | 5:00 AM | 9/14/2022 | 09/14/2022 05:00:00 | |||||||
6 | 9:00 AM | 9/14/2022 | 09/14/2022 09:00:00 | 2841740 | ||||||
7 | 9:16 AM | 9/14/2022 | 09/14/2022 09:16:00 | 6133219.6 | ||||||
Sheet1 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
C2:C7 | C2 | =CONCATENATE(TEXT(B2,"mm/dd/yyyy")&" "&TEXT(A2,"hh:mm:ss")) |