Multiple References in the same Cell

garretht

New Member
Joined
Aug 13, 2007
Messages
7
hI There,

Please can someone help here... I have data on 1 spreadsheet that indicates a person's performance as a score, and their potential as a score. On a seperate sheet, I have a plotted table, with values on the X axis escalating from 0.0 to 4 in 0.1 intervals, and on the Y axis from 0 to 3 in 0.1 intervals. This is not a graph, but a colour-coded table, with each X and Y reference value having a cell in the table. The data on the source sheet is rounded to 1 decimal place so that it will correspond to the table in the destination sheet.

What I want to do is place the people's names into the cells which correspond with their scores. The problem is that it is dependant on 2 variables, and there will be multiple people with the exact same combination of scores, and I want all of the names to appear in the same corresponding cell.

Is this at all possible?
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
I am currently using this formula, but it only gives me 1 reference. =IF(ISERROR(VLOOKUP(AB$1,'Pre work'!$A:$C,3,FALSE)),"",IF(ISERROR(VLOOKUP($A17,'Pre work'!$B:$C,2,FALSE)),"",VLOOKUP($A17,'Pre work'!$B:$C,2,FALSE)))
 
Upvote 0

Forum statistics

Threads
1,214,908
Messages
6,122,187
Members
449,071
Latest member
cdnMech

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