Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 18
Default Calculation using VLookup

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
what the formula would look like for that. Here is a scenario below.

Workbook 1 - Invoice Charges by location (Texas)
Workbook 2 - Calls Handled by location (Texas)

Workbook 3 - Texas - dividing Invoice Charges with Calls Handled


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 623
Default Calculation using VLookup

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)

--
Regards,
Fred


"casdaq" wrote in message
...
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
what the formula would look like for that. Here is a scenario below.

Workbook 1 - Invoice Charges by location (Texas)
Workbook 2 - Calls Handled by location (Texas)

Workbook 3 - Texas - dividing Invoice Charges with Calls Handled




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Date calculation and possible vlookup Sarah (OGI) Excel Worksheet Functions 1 August 8th 07 10:08 AM
sum/division calculation involving vlookup with array? markx Excel Worksheet Functions 2 March 30th 07 04:29 PM
vlookup and calculation questions dtmd Excel Worksheet Functions 2 November 19th 05 10:34 PM
Vlookup Calculation Issue cvolkert Excel Worksheet Functions 0 September 7th 05 02:28 AM
How do I use a rounded calculation result in another calculation? vnsrod2000 Excel Worksheet Functions 1 January 26th 05 10:11 PM


All times are GMT +1. The time now is 11:56 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"