formula to generate an annual cost based on payment frequency

KatIsles

New Member
Joined
Aug 14, 2011
Messages
9
Hi guys,

I'm sure this is a simple question but it is making my brain hurt!

I have a table with four columns. Column A describes an item, Column B details a cost, Column C indicates the payment frequency and column D indicates the annual cost associated with that item.

I'm looking for a way for Column D to be populated based on the responses to Column B and C. Column C is a drop down list (using data validation), so the user can only select one of the following options:

weekly
fortnightly
monthly
quarterly
annually
bi-annually

Is there a way this can be done?

Thanks for your help!

Kat
 

Excel Facts

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.
Welcome to MrExcel.

It would have been easier if column C had numbers as quotient for calculation.

But you can create a table of quotients and look it up for the calculations.

Excel Workbook
ABCDEFG
1ItemCostFrequencyAnnual
2aa300weekly15,600FrequencyQuotient
3b900fortnightly23,400weekly52
4cc12,000monthly144,000fortnightly26
5dd46,000quarterly184,000monthly12
6b86,000annually86,000quarterly4
7cc120,000bi-annually60,000annually1
8dd360weekly18,720bi-annually0.5
9b90,000annually90,000
10
Sheet2
Excel 2003
Cell Formulas
RangeFormula
D2=B2*VLOOKUP(C2,$F$2:$G$8,2,0)

Here $F$2:$G$8 is the table which gives the multiplier to use for each frequency.
 
Upvote 0
Thanks so much drsarao! It works perfectly! and now I understand how to use Vlookups too :biggrin:

Thanks again - I really appreciate your help!

Kat :)
 
Upvote 0

Forum statistics

Threads
1,224,517
Messages
6,179,240
Members
452,898
Latest member
Capolavoro009

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top