Index Match- What am I doing wrong?

Haakonen

New Member
Joined
Aug 25, 2017
Messages
1
I am trying to get his excel formula to work. This is an API to Marketo to do Excel calculations.
The calculation I am trying to do is:

=INDEX({ “Score1″, “Score2″, “Score3″, “Score4″, “Score5″}, MATCH( MAX({ {{lead.Score1:default=0}}, {{lead.Score2:default=0}}, {{lead.Score3:default=0}}, {{lead.Score4:default=0}}, {{lead.Score5:default=0}},{ {{lead.Score1:default=0}}, {{lead.Score2:default=0}}, {{lead.Score3:default=0}}, {{lead.Score4:default=0}}, {{lead.Score5:default=0}} }))

{{lead.Score1:default=0}} will give the value of Score1 from Marketo (eg. 50).
Want this to return “Score1” when Score1 is max, “Score2” when score2 is max and so on.

What am i doing wrong here?

Index Match- What am I doing wrong?
 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
=INDEX({ “Score1″, “Score2″, “Score3″, “Score4″, “Score5″}, MATCH( MAX({ {{lead.Score1:default=0}}, {{lead.Score2:default=0}}, {{lead.Score3:default=0}}, {{lead.Score4:default=0}}), {{lead.Score5:default=0}} }),{ {{lead.Score1:default=0}}, {{lead.Score2:default=0}}, {{lead.Score3:default=0}}, {{lead.Score4:default=0}}, {{lead.Score5:default=0}} },0))
 
Last edited:
Upvote 0

Forum statistics

Threads
1,223,236
Messages
6,170,917
Members
452,366
Latest member
TePunaBloke

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