Good Afternoon,
I have the following data on Sheet1:
Title Runs Total Runs Runs Left Status
ASSAULT ON PRECINCT 3 3 0 Completed
BACK TO THE FUTURE II 3 2 1 Incomplete
BACK TO THE FUTURE III 3 4 -1 Extra Run
And I have two different tabs. One is under the name “Completed” and the other one under the name “Extra Run”. What I want to do is copy all the “Completed” and “Extra Run” Titles to the respective tab and that once a title reaches the status of “completed” or “extra run” the information of that title will automatically be copied to the “Completed” or “Extra Run” tab. I have the following formula under status =IF(O10=0,"Completed",IF(O10>0,"Incomplete",IF(O10<0,"Extra Run"))) to know when a title is completed or have any extra run. i will be updating the workbook weekly.
Thank you for the help
JP
I have the following data on Sheet1:
Title Runs Total Runs Runs Left Status
ASSAULT ON PRECINCT 3 3 0 Completed
BACK TO THE FUTURE II 3 2 1 Incomplete
BACK TO THE FUTURE III 3 4 -1 Extra Run
And I have two different tabs. One is under the name “Completed” and the other one under the name “Extra Run”. What I want to do is copy all the “Completed” and “Extra Run” Titles to the respective tab and that once a title reaches the status of “completed” or “extra run” the information of that title will automatically be copied to the “Completed” or “Extra Run” tab. I have the following formula under status =IF(O10=0,"Completed",IF(O10>0,"Incomplete",IF(O10<0,"Extra Run"))) to know when a title is completed or have any extra run. i will be updating the workbook weekly.
Thank you for the help
JP