=if help

james rockford

Active Member
Joined
May 27, 2004
Messages
250
Book1
ABCDE
1h1100100closed
2ifb1=1d1
3hitoall.ihaveawhatifstatementsetupandIwouldliketoaddtothissothatwhene1hasclosedincellthenc1willgoto0..helpandthanksforthehelp
Sheet1
:rolleyes:
 

Excel Facts

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.
I'm not sure the order of the conditions but here is one stab.

=IF(E1="closed",0,if(B1=1,D1,""))
 
Upvote 0
thanks seti...that works...question if i was to add one more item like if e1 = closed or d then do "0" how would you add that one???

and thanks for the help
 
Upvote 0
I think this is what you mean:

=IF(OR(E1="closed",E1="d"),0,if(B1=1,D1,""))

but maybe you mean this:

=IF(OR(E1="closed",E1=D1),0,if(B1=1,D1,""))
 
Upvote 0
seti...just an up date this is working super maaaaannnnnn......again thanks for the tip my boss think i can change water into wine now......

:pray:
 
Upvote 0

Forum statistics

Threads
1,203,545
Messages
6,056,031
Members
444,840
Latest member
RazzelDazel

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