I would like to use a formula to return a value based on multiple criteria from multiple tabs. I would also like the formula to be built in a way that it automatically updates if there are any changes to the criteria.
Example:
Three tabs in excel:
Tab # 1 - Complete Data Set
Column A has people's name (rows A1-A20)
Column B has the values True or False for Hair (row B1-B20)
Column C has the values True or False for Eyes (row C1-C20)
Column D has the location US or non-US (row C1-C20)
Column E - In this column I want to essentially say: If the value in Column B=True, and the value in column C= Non-US, then return the value in the tab#2 for Non US values (column B), if the value in column C is True and the value in Column D is US, then return the values in Tab #3 for US values (column B).
Tab #2 - Non US Values
Column A - people's names (rows A1-A20)
Column B - Non-US values (rows B1-B20)
Tab #3 US Values
Column A - people's names (Rows A1-A20)
Column B - US values (rows B1-B20)
Can this be done?
Example:
Three tabs in excel:
Tab # 1 - Complete Data Set
Column A has people's name (rows A1-A20)
Column B has the values True or False for Hair (row B1-B20)
Column C has the values True or False for Eyes (row C1-C20)
Column D has the location US or non-US (row C1-C20)
Column E - In this column I want to essentially say: If the value in Column B=True, and the value in column C= Non-US, then return the value in the tab#2 for Non US values (column B), if the value in column C is True and the value in Column D is US, then return the values in Tab #3 for US values (column B).
Tab #2 - Non US Values
Column A - people's names (rows A1-A20)
Column B - Non-US values (rows B1-B20)
Tab #3 US Values
Column A - people's names (Rows A1-A20)
Column B - US values (rows B1-B20)
Can this be done?