IF FORMULA WITH XLOOKUPS

janema

Board Regular
Joined
Nov 28, 2022
Messages
143
Office Version
  1. 365
  2. 2021
  3. 2019
  4. 2011
  5. 2010
Platform
  1. Windows
  2. Mobile
I am having trouble getting this IF formula to work properly while pulling XLOOKUPS.

I want it to return BLANK if the cell is blank and I want it to lookup a different sheet, if there is not data on the first sheet that it is looking up. For some reason, the blank park keeps erroring me out. This is how I am writing the formula and keep getting errors:

=IF(AM="","",IF(XLOOKUP(AM68,'LS 4.2024'!L:L,'LS 4.2024'!P:P)="",XLOOKUP(' Promotions'!AM68,'All US 4.2024'!L:L,'All US 4.2024'!P:P),XLOOKUP(AM68,'LS 4.2024'!L:L,'LS 4.2024'!P:P))
 

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().
Your formula is missing a closing bracket.

It would help if you told us the specific error you're getting.

Unless you've defined a name "AM", I'm guessing this should be

=IF(AM68="","",IF ....
 
Upvote 0
Solution

Forum statistics

Threads
1,224,818
Messages
6,181,151
Members
453,021
Latest member
Justyna P

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top