If And Then Formula question/issue

Status
Not open for further replies.

pbajeff29

New Member
Joined
Aug 16, 2010
Messages
20
Office Version
  1. 365
I have a spreadsheet that I am needing to build formulas on. I have 3 qualifiers that need to be validated across a range. So the formula needs to first look in Column A on "Data" sheet and see is data in cell A1 exists AND look in Column E on "Data" sheet and see if data in cell A3 exists within the group that were identified through the first lookup AND look in Column B on "Data" sheet and see if data in B1 exists within the group that was identified through the first two lookups. Below is the formula I tried, but it is returning complete when not all 3 conditions are met. It has to go in order and look at the subset of results each step of the formula.

=IF(AND(COUNTIF(Data!$A:$A.$A$1)>0,COUNTIF(DATA!$E$E,$A$3)>0,COUNTIF(DATA!$B$B,$B$1)>0."Complete","Not Complete")
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)
Duplicate to: Formula Help

In future, please do not post the same question multiple times. Per Forum Rules (#12), posts of a duplicate nature will be locked or deleted.

In relation to your question here, I have closed this thread so please continue in the linked thread.
 
Upvote 0
Status
Not open for further replies.

Forum statistics

Threads
1,214,968
Messages
6,122,506
Members
449,089
Latest member
RandomExceller01

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