Thread: [Solved] Realtime updating
View Single Post
 
Old 01-26-2015, 06:54 AM
gebobs gebobs is offline Windows 7 64bit Office 2010 64bit
Expert
 
Join Date: Mar 2014
Location: Atlanta
Posts: 837
gebobs has a spectacular aura aboutgebobs has a spectacular aura about
Default

Are the items in a specific order? Do some items exist in one file and not the other? Why not have both sheets in the same workbook?

At any rate, this should present little problem. You can get the data from one sheet or the other quite easily using various means including sumif, lookup functions, etc. Heck, oif the item lists are identical, you don't need anything fancy at all, just sheet1!a1 +sheet2!a2. That though is risky so I would use something more definite.

Some sample sheets would help if this doesn't get you what you want.
Reply With Quote