Ultimately what I am attempting to achieve is the following action: (based on the Selection made in the cells of Column M & N on Sheet 1):
(NOTE: Cells "M" and "N" have a drop-down: Blank, YES, or NO)
1) On Sheet 1: If Column "M" (SINGLE PROCESS COMPLETE) is "YES" and
If Column "N" (ENTIRE PROJECT COMPLETE) is "YES" THEN
Cut the Row - Move the Rows Up - Transfer Data to SHEET 2 (Beginning under the Top Row Labels and/or into the next clear row available)
AND
2) On Sheet 1: If Column "M" (SINGLE PROCESS COMPLETE) is "YES" and
If Column "N" (ENTIRE PROJECT COMPLETE) is "NO" THEN
Copy the Row - Transfer Data to SHEET 2 (Beginning under the Top Row Labels and/or into the next
clear row available)
I also want to make sure that any of the Transferred Data (Whether CUT or COPIED) into SHEET 2 Does Not Change if Data in SHEET 1 changes.
Help would be appreciated.... I have written many VBA Codes for this but none are working
(NOTE: Cells "M" and "N" have a drop-down: Blank, YES, or NO)
1) On Sheet 1: If Column "M" (SINGLE PROCESS COMPLETE) is "YES" and
If Column "N" (ENTIRE PROJECT COMPLETE) is "YES" THEN
Cut the Row - Move the Rows Up - Transfer Data to SHEET 2 (Beginning under the Top Row Labels and/or into the next clear row available)
AND
2) On Sheet 1: If Column "M" (SINGLE PROCESS COMPLETE) is "YES" and
If Column "N" (ENTIRE PROJECT COMPLETE) is "NO" THEN
Copy the Row - Transfer Data to SHEET 2 (Beginning under the Top Row Labels and/or into the next
clear row available)
I also want to make sure that any of the Transferred Data (Whether CUT or COPIED) into SHEET 2 Does Not Change if Data in SHEET 1 changes.
Help would be appreciated.... I have written many VBA Codes for this but none are working