return stars based on where it falls in graph?

alesha711

New Member
Joined
Mar 20, 2015
Messages
17
I want column 4 to return the stars based on where the data falls in the table. I consider myself pretty good with excel but this one has me stumped. I though and if function couldn't figure that one out. Here is the Data

Thanks!

Was going to attach table but it says I cant... here is images.

FacilityRNsTotal NursingStars
1.5314.028
2.3353.606
3.7583.703
41.2556.075
5.7613.504

<tbody>
</tbody>


Here is how the stars lies (in my spreadsheet I have pics of stars using wingdings symbol)
....................................................................................Total Nursing
RN
<3.176

<tbody>
</tbody>
3.176-3.551

<tbody>
</tbody>
3.552-4.009

<tbody>
</tbody>
4.010-4.237

<tbody>
</tbody>
>=4.238

<tbody>
</tbody>
<0.246

<tbody>
</tbody>
*********
0.246-0.382

<tbody>
</tbody>
************
0.383-0.586

<tbody>
</tbody>
****************
0.587-0.883

<tbody>
</tbody>
*****************
>=0.884

<tbody>
</tbody>
*******************

<tbody>
</tbody>
 

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
Try:

ABCDEFGHIJKLM
1FacilityRNsTotal NursingStarsTotal Nursing
210.5314.028****RN03.1763.5524.014.238
320.3353.606***0*********
430.7583.703****0.246************
541.2556.075*****0.383****************
650.7613.504***0.587*****************
70.884*******************

<colgroup><col style="width: 25pxpx"><col><col><col><col><col><col><col><col><col><col><col><col><col></colgroup><thead>
</thead><tbody>
</tbody>
Sheet5

Worksheet Formulas
CellFormula
D2=INDEX($I$3:$M$7,MATCH(B2,$H$3:$H$7),MATCH(C2,$I$2:$M$2))

<thead>
</thead><tbody>
</tbody>

<tbody>
</tbody>

Notice how I rearranged your table a little.
 
Upvote 0
Try:

ABCDEFGHIJKLM
1FacilityRNsTotal NursingStarsTotal Nursing
210.5314.028****RN03.1763.5524.014.238
320.3353.606***0*********
430.7583.703****0.246************
541.2556.075*****0.383****************
650.7613.504***0.587*****************
70.884*******************

<tbody>
</tbody>
Sheet5

Worksheet Formulas
CellFormula
D2=INDEX($I$3:$M$7,MATCH(B2,$H$3:$H$7),MATCH(C2,$I$2:$M$2))

<tbody>
</tbody>

<tbody>
</tbody>

Notice how I rearranged your table a little.

That worked perfect THANK YOU! I feel like such a dummy now though, I knew to use index match but was trying to figure out how to put the ranges. Never occured that it would only be 1 value because it stops at the next, sheesh. Brain malfunction! Thanks again!
 
Upvote 0

Forum statistics

Threads
1,214,968
Messages
6,122,506
Members
449,089
Latest member
RandomExceller01

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