Another IF or COUNT

thebigtable

New Member
Joined
Jun 11, 2008
Messages
32
I need a range of A15:C15 to meet 2 crireria before I have a date formula put in J15
A15 criteria is "SPX" or "GP"
C15 criteria is 1,2 or 3
My date formula is H15,-21 (a date in H15 minus 21 days)
Can anyone assist?

J@thebigtable
:rolleyes:
 

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.
I need a range of A15:C15 to meet 2 crireria before I have a date formula put in J15
A15 criteria is "SPX" or "GP"
C15 criteria is 1,2 or 3
My date formula is H15,-21 (a date in H15 minus 21 days)
Can anyone assist?

J@thebigtable
:rolleyes:

Something like?...

=IF(OR(A15={"SP","GP"}),IF(OR(C15={1,2,3}),H15-21,0),0)
 
Upvote 0
I think this will work.

=IF(OR(A15={"SPX","GP"}),IF(OR(C15={1,2,3,"SEN","HSS","PS","YS"}),H15-21," ")," ")

Thanks for your help Aladin.
Cheers,
J @thebigtable
 
Upvote 0

Forum statistics

Threads
1,214,548
Messages
6,120,146
Members
448,948
Latest member
spamiki

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