Formula Help needed

elemenopee

New Member
Joined
Mar 16, 2017
Messages
16
Hi,

I need some formula help please.

I'm building a budget spreadsheet and want to phase the budget figures over the months automatically when the user selects the month and percentage phasing from a drop down list. Last year I tried to get index match and I can't remember what else to work, gave up and resorted to using a series of nested ifs. This resulted in very lengthy formulas. I'm in the process of revamping the sheets and want to tidy it up as much as possible.

Example of what the sheet looks like:
A1BCDEFGHIJKLMNOPQ
2JulyAugustSeptOctNovDecJanFebMarchAprilMayJune
3Month SelectionPercentage Phasing
4Number5July75%5 x 5000 x 75%5 x 5000 x 25%
5Expense 15000Jan25%
6
7
8
9Number10August33%10 x 500 x 33%10 x 500 x 33%10 x 500 x 33%
10Expense 2500Oct33%
11Feb33%

<tbody>
</tbody>
What I want is a generic formula to copy to all cells in a row which will instruct excel to do is look at the months selected by the user in column D under the heading of "Month Selection", match with the month names in row 2 and then, multiply the corresponding phasing percentage in column e by the numbers in column c. For illustrative purposes, I have included the formulas to calculate the phased amount in the corresponding months. Anything I have done puts the phased amounts in every cell on the row or returns an error.


Any help is much appreciated.

Thanks.

<tbody>
</tbody>
 
Last edited:

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
Bump.

I probably didn't word my original question properly.

I have a tangle of nested ifs that I want to replace with a less clumsy formula and need help please.

eg In cell f4 I currently have - If($d$4=f$2, $c$4*$c$5*$e$4,(if($d$5=f$2,$c$4*$c$5*$e$5,0),0)
It's not so bad in the above example when I only have two nested ifs, but I have up to 6 in my actual spreadsheet and it is a nightmare.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,891
Messages
6,122,105
Members
449,066
Latest member
Andyg666

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