move to a specific cell based on different value in column A

sunny88

New Member
Joined
May 23, 2019
Messages
1
i have three columns : department id, names , holiday hours

> 10 different department id
>n number for names and at the end has a 'total'
> holiday hours need to be put in the same row as the total of the department

what i need help for?

i need a macro in which it looks for the department id and then go to the 'holiday hours cell' depending where the 'total' is under name column for that department. Repeat it untill all the department are done.

EXAMPLE:

if department_id = 100(A7)
go to holiday hour cell value(C18) based on Total(B18)

if department_id = 200(A39)
go to holiday hour cell value(C58) based on Total(B58)


if department_id = 500(A135)
go to holiday hour cell value(C181) based on Total(B181)
 

Excel Facts

Return population for a City
If you have a list of cities in A2:A100, use Data, Geography. Then =A2.Population and copy down.
And why do you need to go to the cell where the word "total" is?
 
Upvote 0

Forum statistics

Threads
1,215,054
Messages
6,122,893
Members
449,097
Latest member
dbomb1414

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