Hi,
Let me start with an example;
There are many rows, and some of the cells will be formatted as currency, others as text. The reason is that data has been appended to the sheet from different sources.
How can I loop thru these columns and
Let me start with an example;
- A sheet has two columns, A and B.
- Col A can be formatted as currency
- Col B is formatted as text, without data.
There are many rows, and some of the cells will be formatted as currency, others as text. The reason is that data has been appended to the sheet from different sources.
How can I loop thru these columns and
- Find cells in col A that are formatted as currency
- When/if found the corresponding currency code should be written in to same row, but col B ( $ in col A should be USD in col B)
- The cell in col A should be formatted as number with two decimals so the currency symbol does not show