I have a WookBook with 2 sheets. It's being used for keeping track of some temp badges for our work place.
Column A has the Temp Badge # and highlighted red or green if there is a name in column c.
Column C is a Name field
Column E is Date and auto genrated when a name is placed in Column C
Column G is in/out using drop down options.
Currently i have it set up so the receptionist only has to Enter in the name field and VBS will auto add the date and Conditional Formatting with change the highlight of column A. I also have VBS set up to when she changes the drop down to In on column G it will take that entire row and copy it all over to sheet2.
What I'm stumped on and cant figure out is how when the drop down is changed to In it will ClearContent on the Name column. I've tried IF formulas with no luck Ideally i would like it If column G was true for the Text "In" then ClearContents of corresponding C column. So changing the In/Out drop down to In would move the data to sheet2 then clear the name column which would in turn changed the color back to green and remove the date. Does anyone have any idea what would be the best way to tackle this?
Column A has the Temp Badge # and highlighted red or green if there is a name in column c.
Column C is a Name field
Column E is Date and auto genrated when a name is placed in Column C
Column G is in/out using drop down options.
Currently i have it set up so the receptionist only has to Enter in the name field and VBS will auto add the date and Conditional Formatting with change the highlight of column A. I also have VBS set up to when she changes the drop down to In on column G it will take that entire row and copy it all over to sheet2.
What I'm stumped on and cant figure out is how when the drop down is changed to In it will ClearContent on the Name column. I've tried IF formulas with no luck Ideally i would like it If column G was true for the Text "In" then ClearContents of corresponding C column. So changing the In/Out drop down to In would move the data to sheet2 then clear the name column which would in turn changed the color back to green and remove the date. Does anyone have any idea what would be the best way to tackle this?