Forum Discussion
btgtimmerman
Jul 27, 2022Copper Contributor
Struggling to Populate Master Sheet With Most Recent Rows From Other Sheets
Hello,
I'm sure this is basic stuff, but I'm trying to create an Excel document that captures the three most recent updates (in a master excel sheet) from each project (populated in additional sheets). I'm providing a link to a stripped-down version of the document I'm trying to work with and would be grateful if anyone can offer their assistance or support.
Thanks in advance,
Brian
Webinars:
=INDEX(SORT(Webinars!A9:D100,2,-1),SEQUENCE(3),SEQUENCE(,4))
Website:
=INDEX(SORT(Website!A9:D100,2,-1),SEQUENCE(3),SEQUENCE(,4))
3 Replies
Sort By
- Patrick2788Silver Contributor
Webinars:
=INDEX(SORT(Webinars!A9:D100,2,-1),SEQUENCE(3),SEQUENCE(,4))
Website:
=INDEX(SORT(Website!A9:D100,2,-1),SEQUENCE(3),SEQUENCE(,4))
- btgtimmermanCopper Contributor
Thanks so much,Patrick2788! This was awesome!
- Patrick2788Silver ContributorYou're welcome! Glad it worked.