Help needed with a VBA macro which will recognize automatically which data in the named range should be edited

dangorka

New Member
Joined
Feb 23, 2018
Messages
11
I have a quite big spreadsheet with several tabs.


The main tab is called "ratings"
There are several named ranges inside the "ratings" tab with same names as names of other tabs in the spreadsheet


This is the photo of the example named range inside ratings tab called "NorTL"


NIYl2GA.png



Pls note the numbers outside the range (below "average" from 0 to 4), will move to them now:


This is how tab called "NorTL" looks like


CEgspW0.png




So the key is, to have a macro, which will automatically "apply" values changes listed in blue cells into ratings tab.


For example, if we take first row Stromgodset Mjondalen


Value in column A (green column) = 3 so that means macro has to edit following cells:

H7O6TVC.png





Let's call column with numbers from 1 to 16 column A and the next column is column B


Back to the tab with blue cells: first blue cells means adjustment for home team (Stromgodset) which should be applied in column A, second blue cell is adjustment for away team, again applied in column B, third blue cell is an adjustment for home team applied in column B and fourth blue cell is an adjustment for away team which should be added automatically by the macro in column B


So for example from screenshot above, after running macro for this game, updated values should look like this:


oMJpRe3.png




Pls note that for this particular example values in column B are unchanged because values in 3rd and 4th blue cells = 0.00


The biggest challenge here is:


- how to "teach" macro to always find a correct named range inside "ratings" tab
- how to "teach" macro to always find a correct spot inside the named range for applying value changes


Ideally I would like the macro to run numbers update for all games (so for example, if inside the sheet NorTL, in cell B1 there is value "3", macro should run updates for all games which has number "3" added in the first column
 

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.
"Back to the tab with blue cells: first blue cells means adjustment for home team (Stromgodset) which should be applied in column A, second blue cell is adjustment for away team, again applied in column B, third blue cell is an adjustment for home team applied in column B and fourth blue cell is an adjustment for away team which should be added automatically by the macro in column B"

I made a mistake here, correct text below:

"Back to the tab with blue cells: first blue cells means adjustment for home team (Stromgodset) which should be applied in column A, second blue cell is adjustment for away team, again applied in column A, third blue cell is an adjustment for home team applied in column B and fourth blue cell is an adjustment for away team which should be added automatically by the macro in column B"
 
Upvote 0

Forum statistics

Threads
1,215,583
Messages
6,125,664
Members
449,247
Latest member
wingedshoes

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