Concatenate 2 Filtering columns

asmith601

New Member
Joined
Dec 5, 2017
Messages
20
Office Version
  1. 2019
Platform
  1. Windows
Hi everyone! I need some assistance with this. I am trying to concatenate 2 constant filtering items. I have a form students fill out every morning, to let me know they are present. As students sign-in, their name automatically filters out of row C and into row B. Everthing works great as it is now, would simply like to add more info to the filtering. If you look at the attachment, row A is a master list which is text only. I want to have the filters in B & C to include their first names in row D (not shown) also, but can not figure it out. Concatenating is easy for cells with simple text, but doing it with filters I have a problem with. Below are my equations, AM and PM are class sessions:

Row B: =UNIQUE(FILTER(F2:F,D2:D>=DATEVALUE(TODAY()),H2:H="AM"))
Row C: =filter(A2:A,len(A2:A),iserror(match(A2:A,B2:B,0)))

I do not want to use VBA if possible.

Thanks in advance!
 

Attachments

  • Attendance Capture.JPG
    Attendance Capture.JPG
    50.3 KB · Views: 9

Excel Facts

Return population for a City
If you have a list of cities in A2:A100, use Data, Geography. Then =A2.Population and copy down.
Can you post a sample of you data using the XL2BB add-in?
Also can you update your account details to show your version of Excel, as this affects which functions you can use. Thanks
 
Upvote 0

Forum statistics

Threads
1,213,530
Messages
6,114,163
Members
448,554
Latest member
Gleisner2

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