Microsoft
Software
Hardware
Network
Question : referencing 2 excel workbooks
Hi,
I have 2 workbooks in excel, there is one sheet in each both containing info about transactions.
basically I want to find out if the transaction in one, exists in the other.
So I have:
Woorkbook1, Sheet 1,
Date, Reference, amount
1/1/10, 123456, £100
Workbook2, Sheet 1
Reference, StoreCode, Salesman code,
123456, 123, 987
I would like an extra cell in workbook 2 just to say exists?
The purpose in this example is to make sure salesmen arent making up transactions (however this isnt the reason we are wanting the formula - it was the only example I could think of barring our own)
Answer : referencing 2 excel workbooks
Something like:
=if(ISNA(MATCH(A2,[Wo
rkbook1.xl
s]Sheet1!B
:B,0)),"Do
es not exist","Exists")
Random Solutions
iphone saying can't connect to server on Exchange 2010 account...
Terminal Server client side CD/DVD writing
Sharing Methods Between Applications on the Same Server
java get utc date/time
Cannot get dos to recognise 'nmake' variable
Identifying creator of fake facebook page
VirtualInfrastructure.Util
s.HttpWebR
equestProx
y' threw an exception.
Wireless Access Point - Hard Plastics Protective Cover
Best way to swap out SBS servers
Select DISTINCT Question