Vlookup

joeloveszoe

Board Regular
Joined
Apr 24, 2014
Messages
102
Office Version
  1. 365
Platform
  1. MacOS
hi!
i have been using microsoft access to combine spreadsheets for years
i am now looking for a new strategy

i have 2 spreadsheets to 'combine"
the common factor in my 2 spreadsheets is sku & stock number (same)

do the 2 sets of data have to be in the same workbook?
what is the easiest way to /'combine all data into one
and is there a way to find what skus (and the rest of the corresponding info) is on one spreadsheet and not on the other)

thanks in advance for the help!


Screen Shot 2021-03-15 at 10.42.15 AM.png

Screen Shot 2021-03-15 at 10.41.56 AM.png
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
You can use Power Query or Power Pivot to combine tables like ACCESS
 
Upvote 0
Quite frankly,
thanks for the response - looking for an alternate to access
Power Pivot is a part of Excel, not Access.
So it would be an alternative to Access.

Are you looking to return every single field, or just one or two?
If you are looking to return every single field, this sort of thing is typically easier in Acces than in Excel (just wanted to note that it will probably harder, not easier, than Access).
That is because what you have is a relational database model, and Access is a relational database program (built for that kind of stuff) and Excel is not really designed for relational database stuff (though people often use it for such purposes).
 
Upvote 0
Look at the three stickys as the top of the "Power BI" forum to learn more about Power Pivot and the Power products: Power BI
 
Upvote 0
Quite frankly,

Power Pivot is a part of Excel, not Access.
So it would be an alternative to Access.

Are you looking to return every single field, or just one or two?
If you are looking to return every single field, this sort of thing is typically easier in Acces than in Excel (just wanted to note that it will probably harder, not easier, than Access).
That is because what you have is a relational database model, and Access is a relational database program (built for that kind of stuff) and Excel is not really designed for relational database stuff (though people often use it for such purposes).
thanks - i misread earlier!
i use excel fo mac
i have been using parallels just to run access - but now with the parallel issue with the M1 chip, i'm looking for a new solution
generally just looking to match/combine skus from 2 spreadsheets and pull in new costs, unit of measure, selling quantity .... i know i cna do that with a vlookup

i am also looking for a way to identify skus on one spreadsheet that are not on the other
 
Upvote 0
i use excel fo mac
Yes, that is a very important fact that is good to know, as Power BI is only available for Windows, not Mac.

I suggest that you update your Account details (or click your user name at the top right of the forum) so helpers always know what Excel version(s) & platform(s) you are using as the best solution often varies by version. (Don’t forget to scroll down & ‘Save’)

generally just looking to match/combine skus from 2 spreadsheets and pull in new costs, unit of measure, selling quantity .... i know i cna do that with a vlookup

i am also looking for a way to identify skus on one spreadsheet that are not on the other
Yes, you can do this with multiple VLOOKUPs. Note that you would need to do two sets of VLOOKUPs, one from list A looking into list B, and vice versa.

You can return the matching value or "Not found" message by wrapping your VLOOKUP in an IFERROR function, i.e.
=IFERROR(VLOOKUP(...),"Not found")

Or, if you want to return "Found/not found", you would need to use a structure something like this:
=IF(ISERROR(VLOOKUP(...)),"Not found","Found")
 
Upvote 0
Yes, that is a very important fact that is good to know, as Power BI is only available for Windows, not Mac.

I suggest that you update your Account details (or click your user name at the top right of the forum) so helpers always know what Excel version(s) & platform(s) you are using as the best solution often varies by version. (Don’t forget to scroll down & ‘Save’)


Yes, you can do this with multiple VLOOKUPs. Note that you would need to do two sets of VLOOKUPs, one from list A looking into list B, and vice versa.

You can return the matching value or "Not found" message by wrapping your VLOOKUP in an IFERROR function, i.e.
=IFERROR(VLOOKUP(...),"Not found")

Or, if you want to return "Found/not found", you would need to use a structure something like this:
=IF(ISERROR(VLOOKUP(...)),"Not found","Found")
i updated my account to mac 365 - thanks!

and i will check out and try your suggested formula/help!
i am appreciative
 
Upvote 0
You are welcome, and thank you for updating your account details!
 
Upvote 0
Yes, that is a very important fact that is good to know, as Power BI is only available for Windows, not Mac.

I suggest that you update your Account details (or click your user name at the top right of the forum) so helpers always know what Excel version(s) & platform(s) you are using as the best solution often varies by version. (Don’t forget to scroll down & ‘Save’)


Yes, you can do this with multiple VLOOKUPs. Note that you would need to do two sets of VLOOKUPs, one from list A looking into list B, and vice versa.

You can return the matching value or "Not found" message by wrapping your VLOOKUP in an IFERROR function, i.e.
=IFERROR(VLOOKUP(...),"Not found")

Or, if you want to return "Found/not found", you would need to use a structure something like this:
=IF(ISERROR(VLOOKUP(...)),"Not found","Found")
hi again
can you suggest videos or online training sessions or help me find someone one on one to work with someone to teach me how to do multiple vlookups as you are suggesting here? do you offer this service?
(am i allowed to ask that here?)
thanks
j
 
Upvote 0

Forum statistics

Threads
1,214,786
Messages
6,121,546
Members
449,038
Latest member
Guest1337

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