Hello,
I'm trying to make a formula to solve my problem, if it is possible.
I tried searching many formula online but it didn't fit in the formula I want to use on my file
on SHEET 2 CELL (B12) write formula, IF(B4:H4) and (B7:H7), contains the TEXT "Billy 1" then return the value 2 rows above the answer "Billy 1" that is the Date (Shown the Date 22-Jan-22) into Sheet 1 CELL (B4).
another Cell but same question
on SHEET 2 CELL (B14) write formula, IF(B4:H4) and (B7:H7), contains the TEXT "Billy 2" then return the value 2 rows above the answer "Billy 2" that is the Date (Shown the Date 25-Jan-22) into Sheet 1 CELL (C4).
another Cell but same question different name
on SHEET 2 CELL (F12) write formula, IF(B4:H4) and (B7:H7), contains the TEXT CAPS LOCK "MARY 5" then return the value 5 rows above the answer "MARY 5" that is the Date (Shown the Date 21-Jan-22) into Sheet 1 CELL (F8).
SHEET 2
SHEET 1
I hope it can be solved using formula but if cannot. I can try to use VBA.
Thanks.
I'm trying to make a formula to solve my problem, if it is possible.
I tried searching many formula online but it didn't fit in the formula I want to use on my file
on SHEET 2 CELL (B12) write formula, IF(B4:H4) and (B7:H7), contains the TEXT "Billy 1" then return the value 2 rows above the answer "Billy 1" that is the Date (Shown the Date 22-Jan-22) into Sheet 1 CELL (B4).
another Cell but same question
on SHEET 2 CELL (B14) write formula, IF(B4:H4) and (B7:H7), contains the TEXT "Billy 2" then return the value 2 rows above the answer "Billy 2" that is the Date (Shown the Date 25-Jan-22) into Sheet 1 CELL (C4).
another Cell but same question different name
on SHEET 2 CELL (F12) write formula, IF(B4:H4) and (B7:H7), contains the TEXT CAPS LOCK "MARY 5" then return the value 5 rows above the answer "MARY 5" that is the Date (Shown the Date 21-Jan-22) into Sheet 1 CELL (F8).
SHEET 2
Example.xlsx | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | |||
1 | ||||||||||
2 | 21-Jan-22 | 22-Jan-22 | 23-Jan-22 | 24-Jan-22 | 25-Jan-22 | 26-Jan-22 | 27-Jan-22 | |||
3 | ||||||||||
4 | Billy 1 | Billy 2 | ||||||||
5 | ||||||||||
6 | ||||||||||
7 | MARY 5 | Billy 3 | ||||||||
8 | ||||||||||
9 | ||||||||||
10 | ||||||||||
11 | ||||||||||
12 | ||||||||||
13 | ||||||||||
14 | ||||||||||
15 | ||||||||||
Sheet2 |
SHEET 1
Example.xlsx | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | |||
2 | ||||||||||
3 | Billy 1 | Billy 2 | Billy 3 | Billy 4 | Billy 5 | Billy 6 | ||||
4 | ||||||||||
5 | ||||||||||
6 | ||||||||||
7 | MARY 1 | MARY 2 | MARY 3 | MARY 4 | MARY 5 | MARY 6 | ||||
8 | ||||||||||
9 | ||||||||||
Sheet1 |
I hope it can be solved using formula but if cannot. I can try to use VBA.
Thanks.