Im an English teacher and i want to select a lesson by the unit number(cell C3) and the lesson number(cell D3)
when i select the unit and lesson it must pull up the lesson info from cells A23-A46
and display it on my note cell(cell G3)
here is my formula and it works just the way i want it to but i cant put multiple formulas next to it.
=IF((C3=1)*(D3=1),A23,)
so the value of c3 is 1 which is unit 1 and the value of D3 is 1 which is lesson 1 so that must display info from cell A23.
I want to be able to select any value and it must display the info relevant the note cell from A23-A46
all Im asking is for multiple formulas that are the same with different values and can select the relevant info for that value in one cell.
thanks in advance
regards
when i select the unit and lesson it must pull up the lesson info from cells A23-A46
and display it on my note cell(cell G3)
here is my formula and it works just the way i want it to but i cant put multiple formulas next to it.
=IF((C3=1)*(D3=1),A23,)
so the value of c3 is 1 which is unit 1 and the value of D3 is 1 which is lesson 1 so that must display info from cell A23.
I want to be able to select any value and it must display the info relevant the note cell from A23-A46
all Im asking is for multiple formulas that are the same with different values and can select the relevant info for that value in one cell.
thanks in advance
regards