complicated IF function

JMC57

Board Regular
Joined
Apr 24, 2012
Messages
118
I am trying to have a value from sheet1 'Site Visit ASESSMENT for a specific cell to appear on another sheet (let's call it sheet 2) only if if certain statements exists in another cell such as E3 in sheet 1

Statemetns are PARTIAL COMPLIANCE,NOT COMPLIANT,NOT ASSESED,ADDITIONAL INFO NEEDED.

=IF(AND('Site Visit ASESSMENT)'!E3=PARTIAL COMPLIANCE,NOT COMPLIANT,NOT ASSESED,ADDITIONAL INFO NEEDED),'Site Visit ASESSMENT)'!A3)

I tried the above formua and it does not work. Any suggestions
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
=IF(OR('Site Visit ASESSMENT'!E3={"PARTIAL COMPLIANCE","NOT COMPLIANT","NOT ASSESED","ADDITIONAL INFO NEEDED"}),'Site Visit ASESSMENT'!A3,"")
 
Upvote 0
Tried it and it does not appear to work. I get a #Ref! error and a promt to save the document as Udated Values
 
Upvote 0
It does work, check that you haven't mispelt the sheet name


Excel Workbook
A
1xxx
Sheet1
Excel Workbook
ABCDE
1*****
2*****
3xxx***NOT ASSESED
Site Visit ASESSMENT
 
Upvote 0
Thanks! and Sorry- I had a ) in the SS name Assessment) Took it out and it worked. Thanks again! Your help and follow up is greatly appreciated. <?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:eek:ffice:eek:ffice" /><o:p></o:p>
 
Upvote 0

Forum statistics

Threads
1,216,151
Messages
6,129,162
Members
449,489
Latest member
spvclub

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