I am trying to format decimals in a formula to no avail:
- To the left is the number
- the 3rd column is what happens when this number is used in a formula (the end is cut off for numbers ending in 0) (e.g. 12.50 > £12.5
- middle column is where I have formatted the number with this formula:
so this was a solution found on another thread:
IF({Refill / lowest price}, “£” & {Refill / lowest price} & IF(FIND(".", {Refill / lowest price} & “”) = LEN({Refill / lowest price} & “”) - 1, “0”))
However, if you now look at the middle column it works for the £12.50, but for any round numbers under 10 it misses the decimal place. (i.e. 5.00 > £50.
Any help with tweaking this formula would be greatly appreciated!
THANKS! :grinning_face_with_big_eyes: