The following formula does what you describe. Enter in row 1 of sheet1 and copy for the other two rows.
=IF(A1<>"S/L","not interested",VLOOKUP(B1,sheet2!A$1:A$3,2,FALSE))
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am trying to use xlookup that I need to meet two conditions, and then look up a list and apply a value for the answer.
SHEET 1
A B ANSWER CELL ANSWER SHOULD BE
S/LDP WORLD?88.00T1PATRICKS?0.00S/LPATRICKS?35.00
SHEET 2
S/LPATRICKS77.40DP WORLD88.00HUTCHINSONS35.00
I am trying to first ensure the cell has S/L if it does then I am trying to look at the location and then put in the cell value of that location from the 2nd sheet.
The following formula does what you describe. Enter in row 1 of sheet1 and copy for the other two rows.
=IF(A1<>"S/L","not interested",VLOOKUP(B1,sheet2!A$1:A$3,2,FALSE))
"C:\Users\rsabr\OneDrive - movez.com.au\Desktop\TEST BILLING.xlsx"
The formula is not working., I have copied the path to the spread sheet
Hi,
I created a sample:
I enter the formula in Sheet1 ANSWER SHOULD BE Column:
=SUMPRODUCT((A2=Sheet2!$A$1)*(Sheet2!$A$2:$A$4=Sheet1!B2),Sheet2!$B$2:$B$4)
Just checking in to see if the information was helpful. Please let us know if you would like further assistance.
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.