spionfox
Well-Known Member
I have two columns of data - the first is a product code and the second a retail price including VAT. For example;
PRODUCT RETAIL
ABC123M 5.25
I now want a third column giving me a VAT exclusive price so use, for example;
=(b2/47)*40
which gives me;
PRODUCT RETAIL NETT
ABC123M 5.25 4.47
Great so far, but I now want to copy the entire column C contents (several hundred items) and paste the values only into a fresh column. Problem is that in the above example it copies the actual value of column B (which is 4.46808510638298) rather than just the 4.47 bit.
I know I can format the cells to show only two decimal places but I want the underlying value to be two decimal places as well rather than showing the whole lot.
Am I making sense?!
Thanks :icon_bigg
PRODUCT RETAIL
ABC123M 5.25
I now want a third column giving me a VAT exclusive price so use, for example;
=(b2/47)*40
which gives me;
PRODUCT RETAIL NETT
ABC123M 5.25 4.47
Great so far, but I now want to copy the entire column C contents (several hundred items) and paste the values only into a fresh column. Problem is that in the above example it copies the actual value of column B (which is 4.46808510638298) rather than just the 4.47 bit.
I know I can format the cells to show only two decimal places but I want the underlying value to be two decimal places as well rather than showing the whole lot.
Am I making sense?!
Thanks :icon_bigg