rangequestion
Board Regular
- Joined
- Nov 21, 2016
- Messages
- 62
Hi,
I have an example of a table below that is retrieved from a web based platform in a .csv format. The problem I'm having is that the "Transaction Date" field can show 2 different formats (examples below) and neither of which are in a date format. They come to me as a European format, not US. Excel reads one as custom and the other as General. T
he second issue I'm having is that the Transaction amounts that I get aren't in any sort of number format, again they come custom. I'm trying to extract the absolute value in "Transaction Amount Country Currency".
Is there some sort of formula or macro that would create an additional 2 reference columns for Transaction Date in MM/DD/YYY format and Transaction Amount Country Currency and get the absolute value of that cell?
thanks!
[TABLE="width: 500"]
<tbody>[TR]
[TD]Transaction ID[/TD]
[TD]Transaction Date[/TD]
[TD]Account ID[/TD]
[TD]Debit/Credit[/TD]
[TD]Transaction Amount Base Currency[/TD]
[TD]Transaction Amount Country Currency[/TD]
[TD]Transaction Type[/TD]
[TD]Transaction Channel[/TD]
[TD]Originating Customer[/TD]
[TD]Originating Bank[/TD]
[TD]Beneficiary Customer[/TD]
[TD]Beneficiary Bank[/TD]
[TD]Mention[/TD]
[TD]Processing Date[/TD]
[/TR]
[TR]
[TD]XXXXX[/TD]
[TD]26/07/2016 00:00:00[/TD]
[TD]XXXXX[/TD]
[TD]Debit[/TD]
[TD]-€ 4,999.95[/TD]
[TD]-USD 5,000.00[/TD]
[TD]XXXXX[/TD]
[TD]XXXXX[/TD]
[TD]XXXXX[/TD]
[TD]XXXXX[/TD]
[TD]XXXXX[/TD]
[TD]XXXXX[/TD]
[TD]"Long String", see below[/TD]
[TD]27/07/2016[/TD]
[/TR]
[TR]
[TD]XXXXX[/TD]
[TD]12/7/2016 12:00:00 AM[/TD]
[TD]XXXXX[/TD]
[TD]Debit[/TD]
[TD]-€ 13,000[/TD]
[TD]-USD 15,000[/TD]
[TD]XXXXX[/TD]
[TD]XXXXX[/TD]
[TD]XXXXX[/TD]
[TD]XXXXX[/TD]
[TD]XXXXX[/TD]
[TD]XXXXX[/TD]
[TD]"Long String", see below[/TD]
[TD]13/07/2016[/TD]
[/TR]
</tbody>[/TABLE]
I have an example of a table below that is retrieved from a web based platform in a .csv format. The problem I'm having is that the "Transaction Date" field can show 2 different formats (examples below) and neither of which are in a date format. They come to me as a European format, not US. Excel reads one as custom and the other as General. T
he second issue I'm having is that the Transaction amounts that I get aren't in any sort of number format, again they come custom. I'm trying to extract the absolute value in "Transaction Amount Country Currency".
Is there some sort of formula or macro that would create an additional 2 reference columns for Transaction Date in MM/DD/YYY format and Transaction Amount Country Currency and get the absolute value of that cell?
thanks!
[TABLE="width: 500"]
<tbody>[TR]
[TD]Transaction ID[/TD]
[TD]Transaction Date[/TD]
[TD]Account ID[/TD]
[TD]Debit/Credit[/TD]
[TD]Transaction Amount Base Currency[/TD]
[TD]Transaction Amount Country Currency[/TD]
[TD]Transaction Type[/TD]
[TD]Transaction Channel[/TD]
[TD]Originating Customer[/TD]
[TD]Originating Bank[/TD]
[TD]Beneficiary Customer[/TD]
[TD]Beneficiary Bank[/TD]
[TD]Mention[/TD]
[TD]Processing Date[/TD]
[/TR]
[TR]
[TD]XXXXX[/TD]
[TD]26/07/2016 00:00:00[/TD]
[TD]XXXXX[/TD]
[TD]Debit[/TD]
[TD]-€ 4,999.95[/TD]
[TD]-USD 5,000.00[/TD]
[TD]XXXXX[/TD]
[TD]XXXXX[/TD]
[TD]XXXXX[/TD]
[TD]XXXXX[/TD]
[TD]XXXXX[/TD]
[TD]XXXXX[/TD]
[TD]"Long String", see below[/TD]
[TD]27/07/2016[/TD]
[/TR]
[TR]
[TD]XXXXX[/TD]
[TD]12/7/2016 12:00:00 AM[/TD]
[TD]XXXXX[/TD]
[TD]Debit[/TD]
[TD]-€ 13,000[/TD]
[TD]-USD 15,000[/TD]
[TD]XXXXX[/TD]
[TD]XXXXX[/TD]
[TD]XXXXX[/TD]
[TD]XXXXX[/TD]
[TD]XXXXX[/TD]
[TD]XXXXX[/TD]
[TD]"Long String", see below[/TD]
[TD]13/07/2016[/TD]
[/TR]
</tbody>[/TABLE]