Possible to span several columns + get which responses are highest numerical values?

Jennifre

Board Regular
Joined
Jan 11, 2011
Messages
160
Hi,

I'm hoping to have Excel return to me which three columns garnered the top 3 responses in terms of their numbers, of certain rows I specify.

Is this possible?

Thanks so much, I really appreciate your help!
 

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.
Okay, well I am hoping to be able to use some variation, perhaps, of this formula, but replacing the red part (below) to mean instead, "name which responses in this column are seen the most frequently". ... Is this possible?

(Or is a different formula the answer?)

Thank you so much!! :)

Code:
=SUMPRODUCT(
--($DG$2:$DG$1364=$HF8),
--[COLOR=Red]ISNUMBER(MATCH(AU$2:AU$1364,{1},0))[/COLOR])/
SUMPRODUCT(
--($DG$2:$DG$1364=$HF8),
--($CH$2:$CH$1364<=4))
 
Upvote 0

Forum statistics

Threads
1,224,603
Messages
6,179,850
Members
452,948
Latest member
UsmanAli786

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top