C
Craig McDonald
Is there a way to format a CSV file such that numbers can
be formated (like # $,0.00) at the time they are
imported? We don't want to have people reformat the data
after the file is imported. We would like the numeric
picture to be included in the CSV data. This includes
formula fields as well.
A simple example of the CSV file would be:
UserId,Name,Oct_Sales,Nov_Sales,Tot_Sales
1002,John Doe,1000.00,1500.00,=Sum(C2
2)
1005,Jane Roe,1420.00,2125.00,=Sum(C3
3)
I want the Total (in column E) to be formatted such that
it looks like $2,500.00 and $3,545.00 when it is imported.
Thanks in advance.
be formated (like # $,0.00) at the time they are
imported? We don't want to have people reformat the data
after the file is imported. We would like the numeric
picture to be included in the CSV data. This includes
formula fields as well.
A simple example of the CSV file would be:
UserId,Name,Oct_Sales,Nov_Sales,Tot_Sales
1002,John Doe,1000.00,1500.00,=Sum(C2

1005,Jane Roe,1420.00,2125.00,=Sum(C3

I want the Total (in column E) to be formatted such that
it looks like $2,500.00 and $3,545.00 when it is imported.
Thanks in advance.