bluenose5709
New Member
- Joined
- Dec 15, 2012
- Messages
- 47
- Office Version
- 365
- 2024
- Platform
- Windows
- MacOS
- Web
Hi I have reposted this as my previous entry was confusing and un clear. I am trying to Match data and pull data from one sheet to another.
Worksheet "Attendance_Input" calculates percentage attendance across the row. The example below shows the December attendance for Liam Smith as a percentage in Cel "DO5"
(You will notice in column C below, there are currently two possible options but this may change)
In my next worksheet "Reaper_Points_List" i am trying to INDEX and MATCH the data in worksheet Attendance in order to populate the Monthly attendance figures. (this worksheet only list those names in the Reaper team, there is another worksheet for Poseidon, hence the attempt to match)
the formula that i am attempting to use for December in is:
=IF(B3="","",IF(Attendance_Input!N5="Reaper",INDEX(Statistics,MATCH(Attendance_Input!M5,Reaper_Name,0))))
I have tried variations on this formula but none have i got to work properly. you will see that in Column C below, it is pulling data, but this does not match the named person...
The names in both worksheets are populated from a named List which is in a different worksheet. (Screenshot below) The two teams here are called Reaper & Poseidon. This list may change and if it does the entries on the two Worksheets listed above will change also, hence trying to get the formula to match the name and populate the correct data.
Here is hoping that someone may educate me in the error of my ways.
Thank you
Quote Reply
Report
Worksheet "Attendance_Input" calculates percentage attendance across the row. The example below shows the December attendance for Liam Smith as a percentage in Cel "DO5"
(You will notice in column C below, there are currently two possible options but this may change)
In my next worksheet "Reaper_Points_List" i am trying to INDEX and MATCH the data in worksheet Attendance in order to populate the Monthly attendance figures. (this worksheet only list those names in the Reaper team, there is another worksheet for Poseidon, hence the attempt to match)
the formula that i am attempting to use for December in is:
=IF(B3="","",IF(Attendance_Input!N5="Reaper",INDEX(Statistics,MATCH(Attendance_Input!M5,Reaper_Name,0))))
I have tried variations on this formula but none have i got to work properly. you will see that in Column C below, it is pulling data, but this does not match the named person...
The names in both worksheets are populated from a named List which is in a different worksheet. (Screenshot below) The two teams here are called Reaper & Poseidon. This list may change and if it does the entries on the two Worksheets listed above will change also, hence trying to get the formula to match the name and populate the correct data.
Here is hoping that someone may educate me in the error of my ways.
Thank you
Quote Reply
Report