How to make sure all item names have the correct category, price etc?

parvezs27

New Member
Joined
Jun 27, 2022
Messages
15
Office Version
  1. 365
Platform
  1. Windows
Hi!
Hope you're all doing well.

I've got a restaurant data set below and I want to make sure that the Item Name, such as "Plain Naan", is categorized as "Breads", the item size is "N/A" and the Price is "$2.50" throughout the whole sheet. As a beginner, I'm manually going through the rows one by one to make sure all the item names are categorised, sized and priced the same throughout the sheet, however, I'd like to ask if there is a quicker way to achieve this?

I have some experience with basic formula's but a complete beginner with VBA and Macros, willing to learn though!

Would appreciate any help here, thank you!

Doordash Items CSV.csv
ABCDEFGH
1Order NumberOrder DateCustomer NameItem NameItem CategoryItem SizeQuantityItem Price
2696EEE6C1/06/2022Chris PPlain NaanBreadsN/A12.50
3696EEE6C1/06/2022Chris PLamb VindalooCurriesLarge115.00
4696EEE6C1/06/2022Chris PSaffron RiceRiceN/A14.00
5FFC58DCA1/06/2022Priyanka JTava RotiBreadsN/A11.50
6FFC58DCA1/06/2022Priyanka JChicken Curry With RiceCurry Rice PackN/A110.00
7FFC58DCA1/06/2022Priyanka JVegetarian TiffinPacksN/A112.00
84965A11A1/06/2022Aabiskar BNon Vegetarian TiffinPacksN/A114.00
94965A11A1/06/2022Aabiskar BTandoori ChickenEntréeHalf111.00
1049FDAF271/06/2022Andrew HBeef VindalooCurriesLarge115.00
1149FDAF271/06/2022Andrew HPeas PulaoRiceN/A15.00
1249FDAF271/06/2022Andrew HPappadumsSidesN/A11.00
1349FDAF271/06/2022Andrew HButter ChickenCurriesLarge115.00
1481B3D2702/06/2022Lili MNon Vegetarian TiffinPacksN/A114.00
1581B3D2702/06/2022Lili MNon Vegetarian TiffinPacksN/A114.00
1681B3D2702/06/2022Lili MChicken SamosaEntréeN/A13.00
1781B3D2702/06/2022Lili MGulab JamunDessertN/A14.00
18DD1B8F512/06/2022Marco LSaffron RiceRiceN/A14.00
19DD1B8F512/06/2022Marco LLamb Rogan JoshCurriesLarge115.00
20DD1B8F512/06/2022Marco LButter Chicken With RiceCurry Rice PackN/A110.00
213801217D2/06/2022Priyanka JVegetarian TiffinPacksN/A212.00
22A7404B6B3/06/2022Priyanka JVegetarian TiffinPacksN/A212.00
237AB78F003/06/2022Ann STava RotiBreadsN/A11.50
247AB78F003/06/2022Ann SBoondi RaitaSidesN/A13.00
257AB78F003/06/2022Ann STandoori ChickenEntréeHalf111.00
267AB78F003/06/2022Ann SDahi BhalleDesi SpecialsN/A17.00
277AB78F003/06/2022Ann SNon Vegetarian TiffinPacksN/A114.00
287AB78F003/06/2022Ann SPistachio KulfiDessertN/A14.00
Doordash Items CSV
 

Excel Facts

Copy PDF to Excel
Select data in PDF. Paste to Microsoft Word. Copy from Word and paste to Excel.
I would do this by having a master list of items with the items and pertinent info. Then using either vlookup or Index/Match complete the missing data.
 
Upvote 0
I would do this by having a master list of items with the items and pertinent info. Then using either vlookup or Index/Match complete the missing data.
@alansidman thank you for responding! I've created a master list of items, how can I utilise Index Match or Vlookup to achieve the task? Any advice/resources would be appreciated, thank you!
 
Upvote 0
Book2
ABCDEFGHIJKLMNO
1Order NumberOrder DateCustomer NameItem NameItem CategoryItem SizeQuantityItem PriceProductCategory
2696EEE6C44713Chris PPlain NaanBreadsN/A12.5Beef VindalooCurries
3696EEE6C44713Chris PLamb VindalooCurriesLarge115Boondi RaitaSides
4696EEE6C44713Chris PSaffron RiceRiceN/A14Butter ChickenCurries
5FFC58DCA44713Priyanka JTava RotiBreadsN/A11.5Butter Chicken with RiceCurry Rice
6FFC58DCA44713Priyanka JChicken Curry With RiceCurry RiceN/A110Chicken Curry with RiceCurry Rice
7FFC58DCA44713Priyanka JVegetarian TiffinPacksN/A112Chicken SamosaEntrée
84965A11A44713Aabiskar BNon Vegetarian TiffinPacksN/A114Dahi BhalleDesi Specials
94965A11A44713Aabiskar BTandoori ChickenEntréeHalf111Gulab JamunDessert
1049FDAF2744713Andrew HBeef VindalooCurriesLarge115Lamb Rogan JoshCurries
1149FDAF2744713Andrew HPeas PulaoRiceN/A15Lamb VindalooCurries
1249FDAF2744713Andrew HPappadumsSidesN/A11Non Vegetarian TiffinPacks
1349FDAF2744713Andrew HButter ChickenCurriesLarge115PappadumsSides
1481B3D27044714Lili MNon Vegetarian TiffinPacksN/A114Peas PulaoRice
1581B3D27044714Lili MNon Vegetarian TiffinPacksN/A114Pistachio KulfiDessert
1681B3D27044714Lili MChicken SamosaEntréeN/A13Plain NaanBreads
1781B3D27044714Lili MGulab JamunDessertN/A14Saffron RiceRice
18DD1B8F5144714Marco LSaffron RiceRiceN/A14Tandoori ChickenEntrée
19DD1B8F5144714Marco LLamb Rogan JoshCurriesLarge115Tava RotiBreads
20DD1B8F5144714Marco LButter Chicken With RiceCurry RiceN/A110Vegetarian TiffinPacks
213801217D44714Priyanka JVegetarian TiffinPacksN/A212
22A7404B6B44715Priyanka JVegetarian TiffinPacksN/A212
237AB78F0044715Ann STava RotiBreadsN/A11.5
247AB78F0044715Ann SBoondi RaitaSidesN/A13
257AB78F0044715Ann STandoori ChickenEntréeHalf111
267AB78F0044715Ann SDahi BhalleDesi SpecialsN/A17
277AB78F0044715Ann SNon Vegetarian TiffinPacksN/A114
287AB78F0044715Ann SPistachio KulfiDessertN/A14
Sheet1
Cell Formulas
RangeFormula
E2:E28E2=INDEX($O$2:$O$20,MATCH(D2,$N$2:$N$20,0))
 
Upvote 0
Don't know if this helps, but if you simply wanted to see all the instances of "Plain Naan" in a single glance, you can simply add Data Filters to your data, and then filter your "Item Name" column to only show all instances of "Plain Naan". Then you could do a quick inspection/scan to make sure all instances look correct.
 
Upvote 0

Forum statistics

Threads
1,215,178
Messages
6,123,484
Members
449,100
Latest member
sktz

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