There are several ways to do this. The best solution depends on what type of data is in the range.Hi,
I have a list of data on Sheet 1, on column B. I wonder how do I display the last filled cell on column B BEFORE A BLANK CELL onto another cell say Sheet 2, cell B2.
Thank you!!
Book1 | |||||
---|---|---|---|---|---|
B | C | D | |||
2 | 12 | _ | 14 | ||
3 | 17 | _ | _ | ||
4 | 37 | _ | _ | ||
5 | _ | _ | _ | ||
6 | _ | _ | _ | ||
7 | _ | _ | _ | ||
8 | 91 | _ | _ | ||
9 | 83 | _ | _ | ||
10 | Text | _ | _ | ||
11 | 96 | _ | _ | ||
12 | 51 | _ | _ | ||
13 | Data | _ | _ | ||
14 | 42 | _ | _ | ||
15 | 33 | _ | _ | ||
16 | 64 | _ | _ | ||
17 | _ | _ | _ | ||
18 | _ | _ | _ | ||
19 | 7 | _ | _ | ||
20 | 14 | _ | _ | ||
Sheet1 |
Hi.
Is it
Sheet 1 or Sheet1 or sheet 1 or sheet1 ?
Try this array formula**:It is Sheet1
Here's a small sample file that demonstrates this.Hi,
sorry, It still doesn't work.
I copied the following formula:
=INDEX(Sheet1!B:B,MAX(IF(Sheet1!B3:B24<>"",ROW(Sheet1!B3:B24))))
Pressed on CTRL, Shift and Enter keys.
I right clicked on my mouse and pasted the formula.
I ended up getting #VALUE!
Please advise, thank you!
First: I right clicked on my mouse and pasted the formula.Pressed on CTRL, Shift and Enter keys.
I right clicked on my mouse and pasted the formula.