A
andrewp9
I am importing data into Excel from Access and using that data in a
pivot table. This sales data is either in US dollars or Canadian
dollars, and I have a cell on my spreadsheet which contains a
conversion value to convert USD to CAD as I want all totals in CAD. I
then have a column in my data range (in excel) which says "If is USD,
multiply sales value by conversion value".
Obviously the number of rows that Excel imports will vary, so I wanted
to add a column in my Access table which contained the formula ( as
text) so that when the information was imported into excel, the
conversion calculation takes place automatically.
When I import the column with the formula into Excel it comes in as
text, and I have to go into each cell and hit enter to get it to
perform the calculation. Is there any way to get around this?
Note: I am pivoting in Excel rather than CrossTab Querying in Access as
I have more than one column I want to pivot by. And I want to perform
the conversion calculation in Excel rather than in Access before the
import because I want the user to be able to change the conversion
value on the fly (i.e. to be able to say, "If the exchange rate was x
rather than y, how would that change our overall sales figures")
Thanks in advance
pivot table. This sales data is either in US dollars or Canadian
dollars, and I have a cell on my spreadsheet which contains a
conversion value to convert USD to CAD as I want all totals in CAD. I
then have a column in my data range (in excel) which says "If is USD,
multiply sales value by conversion value".
Obviously the number of rows that Excel imports will vary, so I wanted
to add a column in my Access table which contained the formula ( as
text) so that when the information was imported into excel, the
conversion calculation takes place automatically.
When I import the column with the formula into Excel it comes in as
text, and I have to go into each cell and hit enter to get it to
perform the calculation. Is there any way to get around this?
Note: I am pivoting in Excel rather than CrossTab Querying in Access as
I have more than one column I want to pivot by. And I want to perform
the conversion calculation in Excel rather than in Access before the
import because I want the user to be able to change the conversion
value on the fly (i.e. to be able to say, "If the exchange rate was x
rather than y, how would that change our overall sales figures")
Thanks in advance