Formula for different columns

needinfo

New Member
Joined
Oct 24, 2018
Messages
1
How would I write a formula that would do this:

Look in column A. For the rows that have the same number, look in those rows in column E. If those rows in E all have a same entry filled in, say yes. If not, say no.

Further explanation:
Column A will have 5 digit member ID numbers. Sometimes the same ID number will appear in several rows (if so, they will be one after another). The data in column E will be different. It will have a text/number entry, eg: A2, B4, etc... I want to know if the info in E is the same for all if its corresponding row ID numbers in A.
....for all of the same ID #'s in A, has there been a change to their corresponding info in rows in E? Or does E have all the same info per ID # ?
 

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.
Hi,

Is this what you mean.


Book1
ABCDEFG
112345A2Yes
223456B4
312345A2
423456B4
512345A2
612345A2
734567C3
812345A2
9
1012345A2No
1123456B4
1212345D5
1323456B4
1412345A2
1512345A2
1634567C3
1712345A2
Sheet349
Cell Formulas
RangeFormula
G1=IF(COUNTIFS(A1:A8,A1,E1:E8,E1)=COUNTIF(A1:A8,A1),"Yes","No")
 
Upvote 0
Upvote 0

Forum statistics

Threads
1,215,577
Messages
6,125,637
Members
449,242
Latest member
Mari_mariou

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