Find which column is my check mark

dannwid

New Member
Joined
Jul 26, 2017
Messages
16
Office Version
  1. 365
Platform
  1. Windows
Hello there, im not sure how to ask my problem, but i got the picture of it. The point is i want to know which colum is my checkmark in some arrays. This is the pict:


Screenshot_excel_ask2.jpg


How do i write the formula?
Wish for the helps. Thanks :confused::confused:
 

Excel Facts

Fastest way to copy a worksheet?
Hold down the Ctrl key while dragging tab for Sheet1 to the right. Excel will make a copy of the worksheet.
Re: Find which colum is my check mark

This is the result that i want, Look: i4 and i5

Screenshot_excel_ask3.jpg
 
Upvote 0
Re: Find which colum is my check mark

Perhaps in I4 and copied down.

=INDEX($D$3:$H$3,,MATCH("v", D4:H4,0))
 
Upvote 0
Re: Find which colum is my check mark

Perhaps in I4 and copied down.

=INDEX($D$3:$H$3,,MATCH("v", D4:H4,0))

Thank you... :)


----
Now i have another situation, what if i have another Sheet with list of:


Software skills
Knowledge
Analytics
Accuracy
Speed


Checklist like first pic in Sheet 1, and list of above is in Sheet 2.


How do i get the score by the reference of Knowledge, Analytics, Software skills, etc. ?? (Just like how sumif works)



AskExl.jpg
 
Upvote 0
Re: Find which colum is my check mark

Try

Assumes the sheet name is Sheet1 (no spaces), not Sheet 1

Sheet2 C4 copy down
=INDEX(Sheet1!D$3:H$3,MATCH("v",INDEX(Sheet1!D$4:H$8,MATCH(B4,Sheet1!C$4:C$8,0),0),0))

M.
 
Upvote 0
Re: Find which colum is my check mark

Try

Assumes the sheet name is Sheet1 (no spaces), not Sheet 1

Sheet2 C4 copy down
=INDEX(Sheet1!D$3:H$3,MATCH("v",INDEX(Sheet1!D$4:H$8,MATCH(B4,Sheet1!C$4:C$8,0),0),0))

M.

Works like a charm, Thanks A lot Marcelo
 
Upvote 0
Re: Find which colum is my check mark

You are welcome. Thanks for the feedback.

M.
 
Upvote 0

Forum statistics

Threads
1,215,036
Messages
6,122,794
Members
449,095
Latest member
m_smith_solihull

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