Hi all,
So I have two sets of data like below
ColumnA column B
Row 1 Worker 1 H
Row 2 Worker 2
Data number 2.
ColumnA column B
Row 1 Worker 1 8
Row 2 Worker 2 8
In a third data set in cell B1 I am trying to return the result from data A, row 1 column B, so in this case the H. However if the cell is blank I want it to return the data in the second set of data, Row 1 Column B, so in this case 8
I have tried ifs and index and am not getting it so hopefully my explanation makes sense and one of you lovely people can help me out
Thanks in advance
So I have two sets of data like below
ColumnA column B
Row 1 Worker 1 H
Row 2 Worker 2
Data number 2.
ColumnA column B
Row 1 Worker 1 8
Row 2 Worker 2 8
In a third data set in cell B1 I am trying to return the result from data A, row 1 column B, so in this case the H. However if the cell is blank I want it to return the data in the second set of data, Row 1 Column B, so in this case 8
I have tried ifs and index and am not getting it so hopefully my explanation makes sense and one of you lovely people can help me out
Thanks in advance