Excel 2010
This formula below assumes column A is filled with names and column C is filled with phone numbers. Cell E7 is a drop-down list from column A.
If I select a name from the drop-down (ie. "john" is in Cell A1 and "john" is chosen in E7), the formula does not return the phone #. However, (found this out by accident) that if I move the formula to the same row (ie. A3-A500), the formula DOES work.
Why won't it work if it's in a different row or on a different sheet?!?!?
=IF(A:A=E7,C:C,"see it's not working")
The end result I'm looking for is to have Sheet1 contain the names & numbers and Sheet2 to have a drop-down list based on column A in Sheet1. When I choose a name from that drop-down, it should return the corresponding phone # from Sheet1 Column B.\
Thanks in advance!
This formula below assumes column A is filled with names and column C is filled with phone numbers. Cell E7 is a drop-down list from column A.
If I select a name from the drop-down (ie. "john" is in Cell A1 and "john" is chosen in E7), the formula does not return the phone #. However, (found this out by accident) that if I move the formula to the same row (ie. A3-A500), the formula DOES work.
Why won't it work if it's in a different row or on a different sheet?!?!?
=IF(A:A=E7,C:C,"see it's not working")
The end result I'm looking for is to have Sheet1 contain the names & numbers and Sheet2 to have a drop-down list based on column A in Sheet1. When I choose a name from that drop-down, it should return the corresponding phone # from Sheet1 Column B.\
Thanks in advance!