View Single Post
 
Old 06-01-2017, 05:58 AM
NBVC's Avatar
NBVC NBVC is offline Windows 7 64bit Office 2007
The Formula Guy
 
Join Date: Mar 2012
Location: Mississauga, CANADA
Posts: 215
NBVC will become famous soon enoughNBVC will become famous soon enough
Default

The formula I provided simply looks for a match of your ID in the other sheet, and returns the corresponding value from the column referenced in the Match() part.

So if you sort the sheet, the Match() will recalculate based on the ID in the same row.

You will need to do the same for any of the columns that you have that directly link to a a cell of another sheet.

Again, you will need to convert the index columns to text entries as 1.1 and 1.10 are the same thing if left numeric... you just background formatted it to look different.
Reply With Quote