So:
I have a big table (approximately 53,000 rows of data and over 75 columns).
I want to calculate the mode for a specific subset of the data so I was using a vlookup to isolate the subset of data, then I was using the mode to calculate the mode.
Here is the formula I have been trying to...