have a table of prices which are formatted to 2 decimal places and want the end digit after the decimal to end in either 0, 5 or 9.
eg.
1.87 = to change to 1.89
1.32 = to change to 1.35
1.00 = stay the same
1.16 = to change to 1.19
anything ending 0,5 or 9 stays as is, anything ending in 1 - 4 changes to end in 5. anything ending in 6 - 8 changes to end in 9.
have over 10000 items so not possible manually.
Can anyone help?
eg.
1.87 = to change to 1.89
1.32 = to change to 1.35
1.00 = stay the same
1.16 = to change to 1.19
anything ending 0,5 or 9 stays as is, anything ending in 1 - 4 changes to end in 5. anything ending in 6 - 8 changes to end in 9.
have over 10000 items so not possible manually.
Can anyone help?