Feb 06 2023 08:22 AM - edited Feb 06 2023 08:30 AM
Please advise me on how to create a a summary in the red box area with only names that contains unblank notes. Any help would be much appreciated.
Thank you,
Monchi
Feb 06 2023 08:26 AM
Feb 06 2023 10:00 AM
Solution=INDEX(E$6:E$15,SMALL(IF($AM$6:$AM$15<>"",ROW($AM$6:$AM$15)-5),ROW($A1)))
You can try this formula, Enter the formula with ctrl+shift+enter if you don't work with Office 365 or Excel 2021. In the example the formula is in cell B19 and filled across range B19:C22.
If you work with Excel 2019 or later you can apply FILTER.
=FILTER(E6:F15,AM6:AM15<>"")
Feb 15 2023 08:26 AM
Thank you for the assist. I am using 365 - the filter formula works great on the row with the names and notes however the notes are not appearing in the section next to the filtered names. May please advise.
Thanks so much again for the help. (img is attached)
Feb 15 2023 09:00 AM
Feb 17 2023 03:17 AM