Combine this if formula

iRobert

New Member
Joined
May 15, 2019
Messages
28
Hello board members!

I have this formula:

Code:
=IF(AND(E18="Yes",OR(A8="ABCD",A8="EFGH")),"-1.48% Fee","")

It need another condition:

=<date(2019,5,1)........"-1.48% fee","")
IF(D16<<date(2019,5,1)........"-1.48% fee","")="" <="" date(2019,5,1)........"-1.48%="">DATE(2019,5,1)........"-1.48% Fee","")
=IF<date(2019,5,1)........"-1.48% fee","")
(D16>DATE(2019,5,1)........"-1.53% Fee","")


How should I nest the date into the first formula?

Thanks

iR</date(2019,5,1)........"-1.48%></date(2019,5,1)........"-1.48%></date(2019,5,1)........"-1.48%>
 
Last edited:

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
Re: Please help me combine this if formula

If the first part is false the fee is "" regardless of the date in D16.
If the first part is true the fee can be one of two values depending oin the date in D16

[FONT=Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif]=IF(AND(E18="Yes",OR(A8="ABCD",A8="EFGH")),IF(D16<DATE(2019,5,2),"-1.48% Fee","-1.53% fee"),"")

[/FONT]
 
Upvote 0
Re: Please help me combine this if formula

Sorry the formula was truncate on post.. not sure why,
 
Upvote 0
Re: Please help me combine this if formula

I can't. I am dense!
I understand the nesting but I cannot write it correctly....


iR
 
Upvote 0
Re: Please help me combine this if formula

That is not the whole formula.

I do not know why I can post the entire string.
 
Upvote 0
Re: Please help me combine this if formula

Found the problem.
I need to put a space after the "<" take the space out when you ccopy and paste it

=IF(AND(E18="Yes",OR(A8="ABCD",A8="EFGH")),IF(D16< DATE(2019,5,2),"-1.48% Fee","-1.53% fee"),"")
 
Upvote 0
Re: Please help me combine this if formula

If you have one of these symbols > or < in your formula put a space around it. The web site thinks its an HTML code and will blank out the rest of your formula.

See you figured it out.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,830
Messages
6,121,831
Members
449,051
Latest member
excelquestion515

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