Hello again,
Any ideas as to how I could go about determining the MAX number in the longest streak if there are multiple streaks? I'm unsure of how to use the MATCH function. We would use that, correct? I'll attach a new file with multiple streaks.
I should probably rename the original post, this isn't really frequency...
I figured out that I could simply change the SUM function to MAX:
=IF(CG2="Yes",MAX(INDIRECT(ADDRESS(ROW(),MATCH(CI2,AQ2:CE2,0))&":"&ADDRESS(ROW(),MATCH(CI2,AQ2:CE2,0)-CI2+1))),"X")
Bookmarks