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 # ?
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 # ?