formula help needed please

melissay

New Member
Joined
May 11, 2018
Messages
7
I am trying to write a formula that will apply different rates if a certain cell is a Y or a N -----the 2 rates to apply are: *Focus Funds = 55% of AMF OR
**Architecture Funds = ("A std") + ( "A mgmt fee" x 20%)
 

Excel Facts

Who is Mr Spreadsheet?
Author John Walkenbach was Mr Spreadsheet until his retirement in June 2019.
Well, not much to go on as far as ranges, etc. but I think you're talking about something like this maybe:


Excel 2013/2016
ABCDE
1YES or NOA mgt feeA StdYour totalType of funds
2Y$100.00$50.00$55.00Focus Funds
3N$100.00$50.00$70.00ArchFunds
Sheet1
Cell Formulas
RangeFormula
D2=IF(A2="Y",B2*0.55,C2+(B2*0.2))
D3=IF(A3="Y",B3*0.55,C3+(B3*0.2))
E2=IF(A2="Y","Focus Funds","ArchFunds")
E3=IF(A3="Y","Focus Funds","ArchFunds")


Are we close?
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,316
Messages
6,124,228
Members
449,149
Latest member
mwdbActuary

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