R
Robert Hatcher
I need to summarize unique data from three columns on a worksheet;
“item” ,“Cost” and “Currency”. “Item” is the name of the expense,
“Cost” is the amount in the corresponding currency and the “Currency”
column lists the type of currency used: USD, Euro, CAND etc. There
may be multiple entries of each currency type.
I need to list each currency type used and summarize the total cost
in each currency type.
I was working with SUM(IF(RngCurrency="Euro",RngCost)) entered as an
array formula and that summarized the Euro costs. But I have got
nowhere trying to take it to the next step and have it list each
currency type with the corresponding summary of costs.
The results are dynamic as each Event (one worksheet per event) may
have several currencies
Also I need to avoid VBA in this case because the file will be sent
and used at government sites where we have a hard to getting macros
accepted.
Any help will be appreciated
Robert
“item” ,“Cost” and “Currency”. “Item” is the name of the expense,
“Cost” is the amount in the corresponding currency and the “Currency”
column lists the type of currency used: USD, Euro, CAND etc. There
may be multiple entries of each currency type.
I need to list each currency type used and summarize the total cost
in each currency type.
I was working with SUM(IF(RngCurrency="Euro",RngCost)) entered as an
array formula and that summarized the Euro costs. But I have got
nowhere trying to take it to the next step and have it list each
currency type with the corresponding summary of costs.
The results are dynamic as each Event (one worksheet per event) may
have several currencies
Also I need to avoid VBA in this case because the file will be sent
and used at government sites where we have a hard to getting macros
accepted.
Any help will be appreciated
Robert