I am trying to sum values (by currency format) from a column of values.
They are all just typed in values, and the currency symbol is set using Format Cells.
So the currency symbol showing is because the cell has been formatted using Format Cells-Number-Currency.
Is there a way of doing this without VBA?
Thanks in advance
$1,000
£1,000
£1,000
$500
etc..
etc..
So from the above, my output should be
$1,500
£2,000
They are all just typed in values, and the currency symbol is set using Format Cells.
So the currency symbol showing is because the cell has been formatted using Format Cells-Number-Currency.
Is there a way of doing this without VBA?
Thanks in advance
$1,000
£1,000
£1,000
$500
etc..
etc..
So from the above, my output should be
$1,500
£2,000