B
Bob
I am trying to create a budget spreadsheet with 4 columns showing the
cost Weekly, Fortnightly, Monthly and Annually.
Weekly, Fortnightly, Monthly, Annually.
10 20 43.33 520
Ideally I'd like to be able to enter the cost into any one of the 4
columns, and have the others automatically display the resulting cost
for that time period.
But I am having no luck. I have tried entering the 'amount' into a 5th
column together with a combobox where I can select the relevant 'time
period', but I can't work out how to get any further?
I think I need something like the following for the Weekly column.
if 'time period' is 'weekly' then 'amount' *1, but if 'time period' is
'fortnightly' then 'amount' /2. etc.
Cheers.
cost Weekly, Fortnightly, Monthly and Annually.
Weekly, Fortnightly, Monthly, Annually.
10 20 43.33 520
Ideally I'd like to be able to enter the cost into any one of the 4
columns, and have the others automatically display the resulting cost
for that time period.
But I am having no luck. I have tried entering the 'amount' into a 5th
column together with a combobox where I can select the relevant 'time
period', but I can't work out how to get any further?
I think I need something like the following for the Weekly column.
if 'time period' is 'weekly' then 'amount' *1, but if 'time period' is
'fortnightly' then 'amount' /2. etc.
Cheers.