If statement Problem Choosing right cell to multiply if given criteria meet.

excobra

New Member
Joined
Jan 20, 2016
Messages
13
Hi,


I have three branches. Each start operation in different month Say Jan, Feb , March.

Monthly Sales of each branch is 15000.

When a new branch start operation it follows a predefined revenue percentage pattern. E.g. 10% in first month 20% in second 30% in third and so on and eventually it reach 100% revenue of 15000


I want to automate the revenue calculation table. Like if branch start operation it should automatically follow the Revenue %age pattern defined above. What i mean to say is first month of operation is different for each branch. Brach 1 started operations in Jan. Branch two started operations in Feb for branch2 first month of operation is Feb so it It should automatically take 10% of 15000 in first month of operation 20% of 15000 in 2nd and so on.

I have copied the link to the example File with answer which i have done manually. I want a formula for this


[FONT=source_sans_proregular]https://mega.nz/#!EpdECIqC!HjZkL93dmENLLz7OBtDtQeYLELxrS9W1CfRd4BQh5Go
[/FONT]


Please help

Regards
 

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
Thanks for the reply.

It didn't work but i spent some time and found the work around on my own.

i tried this in B15 =$B$2*B4*(IFERROR(INDEX($B$10:$M$10,MATCH(COUNTIF($B4:B4,"<>0"),$B$8:$M$8,0)),))

Thanks for the help anyway.
Much appreciated
 
Upvote 0

Forum statistics

Threads
1,215,799
Messages
6,126,975
Members
449,351
Latest member
Sylvine

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