Drop down menus to apply different Formulas

bollo

New Member
Joined
Sep 11, 2014
Messages
2
Hi

Hope someone can assist. I have made an mortgage calculator for monthly repayments , what I’d like to include is a drop down list that you can also choose fortnightly and weekly options and by doing so it will adjust the formula and recalculate.

I'm a bit of a beginner when it comes to excel and I can't figure out how to go about this without making 3 separate calculators ..any help much appreciated
</SPAN>
Paul
 

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.
Sorry maybe i wasn't clear enough in first post. How can i switch between different formaula with a dropdown here is an example the below would be used for monthly

=IF(G24>0,(NPER(G15/12,G26,K22))/12,(NPER(G15/12,G26,K22))/12)

and then this one for fortnighly

=IF(G24>0,(NPER(G15/26,G26,K22))/26,(NPER(G15/26,G26,K22))/26)

I have already made 3 calculators monthly forthinghtly and weekly but i want to combine them into one
calculator

Is it somthing like conditional formating i'm looking for?
 
Upvote 0

Forum statistics

Threads
1,214,944
Messages
6,122,384
Members
449,080
Latest member
Armadillos

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