move onboarded selectees to completed table

bridget_g

New Member
Joined
Sep 3, 2024
Messages
1
Office Version
  1. 365
Platform
  1. Windows
  2. Web
I am trying to get the script/macro to move my selectee from onboarding table to completed table.

437&438-Onboarding table column y= "Move to Completed" is a drop down and is blank until "YES" is selected from the drop down. (that is the only option)
StationSelecteeEffective DatePosition TitlePosition GradePosition #Internal or
External
Pay Setting Grade/StepHiring AuthorityAnnouncement #CERT #References Checked (Yes/No)TJO ExtendedTJO AcceptedExtended Memos if neededReturned Signed
Memo
Sent to SuitabilityCleared SuitabilityOJO ExtendedOJO AcceptedActiVAte Packet SentSupervisorSpecialistNotesMove to Completed
1code10/01/2024code1codeInternal to Station1111Yes10/01/202410/01/2024codecode10/01/202410/01/202410/01/202410/01/202410/01/2024codeBridgetcodeYES

the table that I am trying to get it to move to is the "437&438-Completed table:
StationSelecteeEffective DatePosition TitlePosition GradePosition #Internal or
External
Pay Setting Grade/StepHiring AuthorityVIN #CERT#References Checked (Yes/No)TJO ExtendedTJO AcceptedExtended Memos if neededReturned Signed
Memo
Sent to SuitabilityCleared SuitabilityOJO ExtendedOJO AcceptedActiVAte Packet SentSupervisorSpecialistNotes

Due to this being a Government device I am using I cannot download the xl2bb to upload the whole workbook.

any assistance will be greatly appreciated
 

Excel Facts

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.
If you don't want to just filter move to complete and move them all over manually, you could set up an event macro that every time a cell changes in Move to completed to YES, it automatically copies the data to completed and deletes the current row.

I found a sample code on another site that may help. Event macro help
 
Upvote 1

Forum statistics

Threads
1,223,250
Messages
6,171,036
Members
452,374
Latest member
keccles

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