Home |
Search |
Today's Posts |
#2
![]() |
|||
|
|||
![]()
On Sat, 8 Oct 2005 04:08:02 -0700, Andy B
wrote: Hi all, I have a bit of a proble, I want to perform a rate calculation on the results of a sumif i.e. Customer Currency Rate value 1 USD 1 500 2 GBP .7 700 3 GBP .71 750 4 GBP .72 700 So I want to get the native currency for all GBP paying customers but the rates are different so I cant just divide the rate at the end, it needs to be done on the fly. This problem is on a standard report so I can't just convert all the values on a separate column and do the sumif on the results. Any Ideas would be v helpful I'm not sure exactly what you are trying to do, but perhaps SUMPRODUCT would work: =SUMPRODUCT(rate,value) or perhaps =SUMPRODUCT(1/rate,value) --ron |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to use SUMIF to return sums between two values located in cells | Excel Worksheet Functions | |||
SUMIF function in "Price quote with tax calculation" templae | Excel Worksheet Functions | |||
Equity buildup calculation | Excel Worksheet Functions | |||
sort by SUMIF results | Excel Worksheet Functions | |||
Calculation Setting in Excel | Excel Discussion (Misc queries) |