Function using IF and AND

JMFW

Board Regular
Joined
May 26, 2004
Messages
64
Hi

I need to create a formula for the following:

If B6 = No and B7 = Yes and B22 =0
true statement Yes false statement No

I can't get it to work, can anyone help please.

Thanks in anticipation.
 

Excel Facts

Links? Where??
If Excel says you have links but you can't find them, go to Formulas, Name Manager. Look for old links to dead workbooks & delete.
i have similiar issue however i need to use the if function with ranges.
Data in column C300-C347.

Column E is blank, I want to write a statement that if E matches those C300-347 then vlookup.
here is what i have so far but does nto work.

=IF(E286=C300:C347,VLOOKUP(E286,C300:C347,4,FALSE))
Can you please tell me if this is not the proper way to use it?

THanks
 
Upvote 0
Well one way would simply be:

=IF(ISNA(VLOOKUP(E286,C300:C347,4,FALSE)),"",VLOOKUP(E286,C300:C347,4,FALSE))

If you have Excel 2007, there is the ISERROR function you can use. Ther first part can use MATCH instead if you like.
 
Upvote 0

Forum statistics

Threads
1,214,650
Messages
6,120,734
Members
448,987
Latest member
marion_davis

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