Best to start by looking in the help index for VLOOKUP

Signature
Don Guillett
Microsoft MVP Excel
SalesAid Software
dguillett1@austin.rr.com
> I'm not too familiar with VLookup and I'm trying to find results in one
> workbook and divide against a result in another workbook. Does anyone know
[quoted text clipped - 4 lines]
>
> Workbook 3 - Texas - dividing Invoice Charges with Calls Handled
It would be helpful to know how your data is organized. However, maybe this will
help steer you in the right direction.
In workbook3, try something like:
=vlookup(a1,'[Workbook1.xls]Sheet1!$A:$L,4,false)/vlookup(a1,'[Workbook2.xls]Sheet1!$A:$L,4,false)

Signature
Regards,
Fred
> I'm not too familiar with VLookup and I'm trying to find results in one
> workbook and divide against a result in another workbook. Does anyone know
[quoted text clipped - 4 lines]
>
> Workbook 3 - Texas - dividing Invoice Charges with Calls Handled