Hi,
I have made a personal budget document with all data in UK pounds, but I would also very much like to see the data in Swedish currency (and not just the total, but every field).
I could ofcourse copy every field to the side and *13,5 but that would be quite messy.
Is there anyway I could make a checkbox which said Currency with 2 options (UK pounds, Swedish 13,5) and if you put it to swedish every field would be times 13,5?

A vauge plan for it is to maybe make a userdefined function to and put every single field through it (like CurrencyThing(x)) and that function would look at the checkbox to see if to multiply it or not.
But that would mean I have to have that function through everything, plus I would have to learn how to make that function, does anyone know a better way?