Nested Excel Function

gleichmang

New Member
Joined
Dec 28, 2011
Messages
15
My formula is as follows:

=IF(OR(P17="A - Svcbl(w/o Qual)",P17=""),(AM17+365),(AM17+10))

and I want to add the below to the formula.

=IF(TODAY()-RC[-2]>=91,""Over or equalto 91 days"",""Less than 91 days"")

How do I nest these 2 formulas together



Bottom line.... I have a value in column P. Depending on that value, it will calculate a date contained in column AM. Once that date has been calculated, then I need the cell to display the second formula I have listed above
 

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().
This means 2 columns to the left where the formula is.
If the date to subtract is in column Q, then it would be like this:


=IF(IF(OR(P17="A - Svcbl(w/o Qual)",P17=""),AM17+365,AM17+10)-Q17>=91,"Over or equalto 91 days","Less than 91 days")

Adjust column Q.
 
Upvote 0

Forum statistics

Threads
1,214,945
Messages
6,122,397
Members
449,081
Latest member
JAMES KECULAH

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