I'm trying to create a formula which I will copy horizontally across 40 cells, which says (in my hybrid formula/english version
)
This would be the formula in F2
If Setup!$B$2="F1 201x", display the value from Circuits!$D:$D where Setup!$B$2 and Setup!$K2 matches Circuits!$A:$A and Circuits!$B$B, else Setup!$J2
This would be the formula in G2
If Setup!$B$2="F1 201x", display the value from Circuits!$D:$D where Setup!$B$2 and Setup!$K3 matches Circuits!$A:$A and Circuits!$B$B, else Setup!$J3
And so on through AS2...
Do I need an index/match for the value if true? Not sure how to proceed, and obviously copying a formula horizontally that references a vertical range of cells..... Any help would be greatly appreciated.
This would be the formula in F2
If Setup!$B$2="F1 201x", display the value from Circuits!$D:$D where Setup!$B$2 and Setup!$K2 matches Circuits!$A:$A and Circuits!$B$B, else Setup!$J2
This would be the formula in G2
If Setup!$B$2="F1 201x", display the value from Circuits!$D:$D where Setup!$B$2 and Setup!$K3 matches Circuits!$A:$A and Circuits!$B$B, else Setup!$J3
And so on through AS2...
Do I need an index/match for the value if true? Not sure how to proceed, and obviously copying a formula horizontally that references a vertical range of cells..... Any help would be greatly appreciated.