Putting Formulas Together

bksparkz

New Member
Joined
Mar 20, 2014
Messages
36
Good afternoon,

I am having trouble putting formulas together and I am in major need of some help.

I have the following formulas that I need to be put together.

...=IF(OR(N4="N",N4=""),"",LOOKUP(TODAY()-M4,{70}))... the date part is basically anything that is over 70 days from today

...=IF(BH4<=(AB4/2))...

...=IF(AB4-BH4<=5 and IF BH4<10)...

Thank You
 

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.
You've provided no information about the relationship between each formula.
In what way do they need to go together?

Here's one way
=CONCATENATE(IF(OR(N4="N",N4=""),"",LOOKUP(TODAY()-M4,{70})),IF(BH4<=(AB4/2)),IF(AB4-BH4<=5 and IF BH4<10))
 
Upvote 0
If N4 = N or is blank then leave cell blank
To be true, M4(date) should be more than 70 days from today, and BH4<=(AB4/2), or
To be true, M4(date) should be more than 70 days from today, and AB4-BH4<=5 and IF BH4<10))
 
Upvote 0

Forum statistics

Threads
1,216,128
Messages
6,129,035
Members
449,482
Latest member
al mugheen

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