I have literally spent 20+ hours trying to figure this out by reading similar questions and asking AI. It's not working, I haven't felt this frustrated since taking a coding class in college (probably only last the same amount of time too)....Please help me and break it down to me like you are trying to teach a goldfish.
I have a meeting request tracker and I am trying to pull the top 5 people who request meetings. I've tried COUNTIF in a helper column and RANK in another helper column but the problem is if a contact appears several times, or if a contact has the same count as another - the ranking doesn't work, or the equation just doesn't work. Below is a screenshot of what I am working with, unfortunately in my frustration I deleted the formulas I tried so only Helper1 has a formula (COUNTIF). I've also tried an INDEX formula (didn't save it, sorry) and this formula but with the correct column names:
=IF(COUNTIF([Requestor Name]1:[Requestor Name]999, [Requestor Name]@row) = 1, RANK([B]@row, [B]1:[B]999, 0) + COUNTIF([B]1:[B]@row, [B]@row) - 1 + (COUNTIF([Requestor Name]1:[Requestor Name]@row,[Requestor Name]@row)-1)/10000, "")