ithoughtiknewit
New Member
- Joined
- Feb 11, 2021
- Messages
- 10
- Office Version
- 365
- Platform
- MacOS
Hello!
I have about 50 sheets that contain a small amount of data. I have a name in A and the data I need in E. For example, "Jane Smith" is in A, and E says she worked virtually that week. Sheet 2 is the following week, and so on. I need to find out how many times Jane worked virtually or in-person. Part of the issue is that whoever made the sheet didn't keep any type of order. Sometimes Jane is the first on the list, sometimes the fourth, and sometimes she appears three times for the same thing (I only care about 1). Lastly, sometimes she has a "FO" or some other indicator after her name that doesn't matter. I need this for Jane and a few others.
My hope was to run something like =COUNTIFS(Sheet2!A4,"John Baker",Sheet2!E4,"In-Person") but I am at a loss as to repeat it 50 times and the fact it has a range because the name can move. I also need it to "contain" the name because of other characters.
Thanks as always!
I have about 50 sheets that contain a small amount of data. I have a name in A and the data I need in E. For example, "Jane Smith" is in A, and E says she worked virtually that week. Sheet 2 is the following week, and so on. I need to find out how many times Jane worked virtually or in-person. Part of the issue is that whoever made the sheet didn't keep any type of order. Sometimes Jane is the first on the list, sometimes the fourth, and sometimes she appears three times for the same thing (I only care about 1). Lastly, sometimes she has a "FO" or some other indicator after her name that doesn't matter. I need this for Jane and a few others.
My hope was to run something like =COUNTIFS(Sheet2!A4,"John Baker",Sheet2!E4,"In-Person") but I am at a loss as to repeat it 50 times and the fact it has a range because the name can move. I also need it to "contain" the name because of other characters.
Thanks as always!