If with Index Match

AgingRapidly

New Member
Joined
May 31, 2018
Messages
10
Office Version
  1. 365
Platform
  1. Windows
Greetings,
I'm trying to tell Excel365 that IF cell is blank in InvOnlyItems, to bring in the item description from InvOnlyItems after matching the item codes in 2022 QC Production Testing Report and InvOnlyItems, otherwise, bring in the extended item description from InvOnlyItems after matching the item codes in 2022 QC Production Testing Report and InvOnlyItems. I'm stumped.

I also need to know best way to reference InvOnlyItems that is saved in a network folder.

Thank you in advance for your assistance.

InvOnlyItems.xlsx
ABCDEFGHIJK
1ItemCodeItemCodeDescExDescKeyProductLineProductTypeCasePackVolumeInactiveItemProductLine_w_DescCI_ExDescriptionNoCI_ExDescriptionText
20040510oz PROTEIN GEL REGULAR 12pk00110F1210N0110-PROTEIN GEL0
30041515oz PROTEIN GEL REGULAR 12pk00110F1215N0110-PROTEIN GEL0
InvOnly_W_ProdLine_ExDesc


2022 QC Production Testing Report.xlsx
DE
454700#SPILL!
540622#SPILL!
641072#SPILL!
2022
Cell Formulas
RangeFormula
E4:E6E4=IF('P:\Sage\Sage Data Files\InvOnlyItems.xlsx'!F_ExDescKey="0", INDEX('P:\Sage\Sage Data Files\InvOnlyItems.xlsx'!F_ItemCodeDesc,MATCH(UE_Item_No,'P:\Sage\Sage Data Files\InvOnlyItems.xlsx'!F_ItemCode,0)), INDEX('P:\Sage\Sage Data Files\InvOnlyItems.xlsx'!F_CI_ExDesc_Text,MATCH(UE_Item_No,'P:\Sage\Sage Data Files\InvOnlyItems.xlsx'!F_ItemCode,0)))
Named Ranges
NameRefers ToCells
UE_Item_No='2022'!$D$4E4:E6
 

Excel Facts

What is =ROMAN(40) in Excel?
The Roman numeral for 40 is XL. Bill "MrExcel" Jelen's 40th book was called MrExcel XL.
Looks like I may have created a mini tab from the wrong file. This should be InvOnlyItems.

InvOnlyItems.xlsx
ABCDEFGHIJK
1ItemCodeItemCodeDescExDescKeyProductLineProductTypeCasePackVolumeInactiveItemProductLine_w_DescCI_ExDescriptionNoCI_ExDescriptionText
20040510oz PROTEIN GEL REGULAR 12pk00110F1210N0110-PROTEIN GEL0
30041515oz PROTEIN GEL REGULAR 12pk00110F1215N0110-PROTEIN GEL0
InvOnly_W_ProdLine_ExDesc
 
Upvote 0

Forum statistics

Threads
1,214,892
Messages
6,122,112
Members
449,066
Latest member
Andyg666

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