referencing another cell

JOEE1979

Active Member
Joined
Dec 18, 2022
Messages
267
Office Version
  1. 365
Platform
  1. Windows
I am using a name manager to get the color for the cell of the table on the left (yellow/orange).
Is there a way I can get the color code to show on the right table?
That way, I can modify the left table as I please and the right table will pick it up (refresh)
The formula I have in the name manager is =GET.CELL(63,INDIRECT("RC",0)) it is named "qq"
I tried in cel "P6" =qq(E6), but it didn't work


HOS.xlsm
BCDEFGHIJKLMNOPQRSTUV
4BODY PERSON - StreetsvilleBODY PERSON - Streetsville
5BADGE #NAME12-Apr19-Apr26-Apr03-May10-May17-May24-MayBADGE #NAME12-Apr19-Apr26-Apr03-May10-May17-May24-May
61514315143
72523525235
83513435134
Sheet1
 

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
does the formula work for you when you have it in a cell and not in a range name?
 
Upvote 0
That is what I have. Is it some kind of add on? If so, maybe that is why it cannot be incorporated with the Name Manager? But, it is over my pay grade. I'm sorry I have muddled your post and hope some other folks respond.
 
Upvote 0
@awoohaw - its a legacy Macro4 command. I think it only works if you put it in name manager.

@JOEE1979 - will this work for you ?
Excel Formula:
=GET.CELL(63,INDEX(Sheet1!$D7:$J7,1,MATCH(Sheet1!A$5,Sheet1!$D$5:$J$5,0)))
 
Upvote 0

Forum statistics

Threads
1,216,892
Messages
6,133,313
Members
449,797
Latest member
kingcobra

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