HI I am looking for some help, I have an excel with AND formulas from Column to Column AQ through AZ which returns True or False.
Now for example IF AQ = FALSE and AR = TRUE " The lookup should come up with header of Column AR since the check is TRUE.
If any criteria below is a match or multiple it should come up with the header example AN and AP is a match it should return as AN, AP something like this is this even possible
Below are the criteria.
[TABLE="class: cms_table, width: 170"]
<tbody>[TR]
[TD]AN[/TD]
[TD]"FALSE"[/TD]
[/TR]
[TR]
[TD]AO[/TD]
[TD]"TRUE"[/TD]
[/TR]
[TR]
[TD]AP[/TD]
[TD]"FALSE"[/TD]
[/TR]
[TR]
[TD]AQ[/TD]
[TD]"TRUE"[/TD]
[/TR]
[TR]
[TD]AR[/TD]
[TD]"TRUE"[/TD]
[/TR]
[TR]
[TD]AS[/TD]
[TD]"TRUE"[/TD]
[/TR]
[TR]
[TD]AT[/TD]
[TD]"TRUE"[/TD]
[/TR]
[TR]
[TD]AU[/TD]
[TD]"TRUE"[/TD]
[/TR]
[TR]
[TD]AV[/TD]
[TD]"TRUE"[/TD]
[/TR]
[TR]
[TD]AW[/TD]
[TD]"TRUE"[/TD]
[/TR]
[TR]
[TD]AX[/TD]
[TD]"TRUE"[/TD]
[/TR]
[TR]
[TD]AY[/TD]
[TD]"TRUE"[/TD]
[/TR]
[TR]
[TD]AZ[/TD]
[TD]"TRUE"
[/TD]
[/TR]
</tbody>[/TABLE]
Now for example IF AQ = FALSE and AR = TRUE " The lookup should come up with header of Column AR since the check is TRUE.
If any criteria below is a match or multiple it should come up with the header example AN and AP is a match it should return as AN, AP something like this is this even possible
Below are the criteria.
[TABLE="class: cms_table, width: 170"]
<tbody>[TR]
[TD]AN[/TD]
[TD]"FALSE"[/TD]
[/TR]
[TR]
[TD]AO[/TD]
[TD]"TRUE"[/TD]
[/TR]
[TR]
[TD]AP[/TD]
[TD]"FALSE"[/TD]
[/TR]
[TR]
[TD]AQ[/TD]
[TD]"TRUE"[/TD]
[/TR]
[TR]
[TD]AR[/TD]
[TD]"TRUE"[/TD]
[/TR]
[TR]
[TD]AS[/TD]
[TD]"TRUE"[/TD]
[/TR]
[TR]
[TD]AT[/TD]
[TD]"TRUE"[/TD]
[/TR]
[TR]
[TD]AU[/TD]
[TD]"TRUE"[/TD]
[/TR]
[TR]
[TD]AV[/TD]
[TD]"TRUE"[/TD]
[/TR]
[TR]
[TD]AW[/TD]
[TD]"TRUE"[/TD]
[/TR]
[TR]
[TD]AX[/TD]
[TD]"TRUE"[/TD]
[/TR]
[TR]
[TD]AY[/TD]
[TD]"TRUE"[/TD]
[/TR]
[TR]
[TD]AZ[/TD]
[TD]"TRUE"
[/TD]
[/TR]
</tbody>[/TABLE]