Hi All,
I'm looking to create an if statement that returns a specific phrase if a cell matches cells within another range exactly.
So far this is what I've got.
=IF(C2='Model List'!G2:G62,"H15",(IF(C2='Model List'!$E$2:$E$17,"H17",(IF(C2='Model List'!$C$2:$C$71,"H20",(IF(C2='Model List'!$A$2:$A$200,"H25","")))))))
the formula works for models within the first if statement, however, anything after that automatically skips to the final 'if false' in the last if statement, being "".
i'm not sure what's wrong with my formula. If anyone could help me out i'd really appreciate it!
Thanks Guys!
I'm looking to create an if statement that returns a specific phrase if a cell matches cells within another range exactly.
So far this is what I've got.
=IF(C2='Model List'!G2:G62,"H15",(IF(C2='Model List'!$E$2:$E$17,"H17",(IF(C2='Model List'!$C$2:$C$71,"H20",(IF(C2='Model List'!$A$2:$A$200,"H25","")))))))
the formula works for models within the first if statement, however, anything after that automatically skips to the final 'if false' in the last if statement, being "".
i'm not sure what's wrong with my formula. If anyone could help me out i'd really appreciate it!
Thanks Guys!