T
Tasso
Hi,
I have a huge table that contains three columns with data but only one
column per row can contain the search criteria, example column A=Phone1,
B=Phone2 and C=Phone3. The search criteria is "Home Phone". I am trying to
search all three columns for the search criteria and biuld one column with
the results. Also when performing the search I am trying to return the column
adjacent to the maatching column that contains the actual phone number,
example column A1=PhoneNum1, B1=PhoneNum2 and C1=PhoneNum3. When matching
column A,B,C I want to return the phone number in A1,B1,C1, example if
A="Home Phone" then A1, if B="Home Phone" then B1, if C="Home Phone" then C1.
Any help would be greatly appreciated.
I have a huge table that contains three columns with data but only one
column per row can contain the search criteria, example column A=Phone1,
B=Phone2 and C=Phone3. The search criteria is "Home Phone". I am trying to
search all three columns for the search criteria and biuld one column with
the results. Also when performing the search I am trying to return the column
adjacent to the maatching column that contains the actual phone number,
example column A1=PhoneNum1, B1=PhoneNum2 and C1=PhoneNum3. When matching
column A,B,C I want to return the phone number in A1,B1,C1, example if
A="Home Phone" then A1, if B="Home Phone" then B1, if C="Home Phone" then C1.
Any help would be greatly appreciated.