Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Frick
 
Posts: n/a
Default Calc on Pivot Table

I have a 4 x 4 table.

the table looks like this from A1:D4

USD EUR GBP
USD 1.0 1.19 1.73
EUR 0.83 1.0 1.45
GBP 0.57 0.68 1.0

In cell G1 I have a cell where I enter USD or EUR or GBP

In cell F12 I have a cell where I enter USD or EUR or GBP

In cell G12 I enter a number.

I need a formula for cell H12 that will multiply the cell in G12 times the
correct cell in the pivot table based on G1 and F12.

For example if G1=USD and F12=USD then G12 should be multiplied times B2.

what I am trying to do is create a simple report that calculates an expense
item in one currency to a report base currency.

Thanks for any help provided.


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Incoherent
 
Posts: n/a
Default Calc on Pivot Table

I can't tell from your example if you want to reference column or row first
(USD to USD is 1.0 whether you are going row to col or col to row)

however something like:

=OFFSET(A1,MATCH(G1,A2:A4,0),MATCH(F12,B1:D1,0))*G 12

works for me.

Incoherent

"Frick" wrote:

I have a 4 x 4 table.

the table looks like this from A1:D4

USD EUR GBP
USD 1.0 1.19 1.73
EUR 0.83 1.0 1.45
GBP 0.57 0.68 1.0

In cell G1 I have a cell where I enter USD or EUR or GBP

In cell F12 I have a cell where I enter USD or EUR or GBP

In cell G12 I enter a number.

I need a formula for cell H12 that will multiply the cell in G12 times the
correct cell in the pivot table based on G1 and F12.

For example if G1=USD and F12=USD then G12 should be multiplied times B2.

what I am trying to do is create a simple report that calculates an expense
item in one currency to a report base currency.

Thanks for any help provided.



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
Derived Columns in Pivot Table sa02000 Excel Discussion (Misc queries) 1 February 8th 06 07:18 PM
Need to Improve Code Copying/Pasting Between Workbooks David Excel Discussion (Misc queries) 1 January 6th 06 03:56 AM
Change Data In Pivot Table John Calder New Users to Excel 1 July 7th 05 10:41 PM
Pivot Table - Calc Item Problem Scott Excel Worksheet Functions 2 June 2nd 05 01:53 AM
Pivot Table Problems Rachel Gonsior Excel Discussion (Misc queries) 3 March 21st 05 07:24 PM


All times are GMT +1. The time now is 08:48 AM.

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

About Us

"It's about Microsoft Excel"