Hello,
I am trying to return the text value of a cell depending on if 2 other criterea are true.
Using the example data below I would like to display the status of 'Code'-10.1 from 'Month'-Jan.
Example data Sheet1: (Assume Column Headers are A1, B1, C1)
Code Month Status
10.3 Jan Checked
10.1 Jan complete
11.1 Jan Complete
10.3 Feb Not Checked
10.1 Feb Not Checked
I am trying to return the text value of a cell depending on if 2 other criterea are true.
Using the example data below I would like to display the status of 'Code'-10.1 from 'Month'-Jan.
Example data Sheet1: (Assume Column Headers are A1, B1, C1)
Code Month Status
10.3 Jan Checked
10.1 Jan complete
11.1 Jan Complete
10.3 Feb Not Checked
10.1 Feb Not Checked