Hi @Melissa Obrien
I want to help you, but could you please share us a simple sample data?
As it's better to we give you formulas based on a sample, which will answer you clearer.
If I export my data from Dynamics to an excel sheet also is it possible to somehow compare the data against one another and say return any differences? I'm trying to learn Vlookup but with that don't all the columns/cells have to line up with eachother?
As you said, you can use Vlookup function to find the data from another sheet. If there are existed data, you want to compare it with returned data, please use format conditions to hightlight the differences.
------- Modify ------
Here is my sample, if it is not your need, please let me know and provide more details.
Following images are the sheets of Master file. These sheets have the same data structure which means "Part No" are all in column B, the "Mat'l Cost" are all in column H, and other information is in the cells with the same column number.
The following image is using Vlookup and Indirect functions to find the values from Master file for listed "Item No." in Dynamics file.
Formula is =VLOOKUP(A2,INDIRECT(LOOKUP(1,0/COUNTIF(INDIRECT("'[Master.xlsx]"&{"57 DSAM5 (REXC2 30 01)","60 RRSP (RPNA13401)","70 SS (RENK 14)"}&"'!b:b"),A2),"'[Master.xlsx]"&{"57 DSAM5 (REXC2 30 01)","60 RRSP (RPNA13401)","70 SS (RENK 14)"}&"'!b:H")),7,0)
.
Please Note! This formula works under the case, that you need to find the Mat'l Cost values. It is an array formual, you need to press Ctrl + Shift + Enter.
Please check whether such formula can help you, if so, I will add more explanation about this formula.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". 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.