Hello,
I have about 100 workbooks that I need to update with a simple formula. The formula needs to be pasted into the same place and same tab on each workbook. The only difference is the name of the workbook.
Tab name: Progress
Paste location: K21 then drag across to N21
Formula to Paste: =COUNTIFS(K8:K20,">1/1/1900",$P$8:$P$20,"<>No")/(13 - COUNTIF($P$8:$P$20,"No"))
This will take me a while manually, which I'm doing at the moment, but thought there might be a way to speed up the process via VBA.
Any help appreciated.
Tripp
I have about 100 workbooks that I need to update with a simple formula. The formula needs to be pasted into the same place and same tab on each workbook. The only difference is the name of the workbook.
Tab name: Progress
Paste location: K21 then drag across to N21
Formula to Paste: =COUNTIFS(K8:K20,">1/1/1900",$P$8:$P$20,"<>No")/(13 - COUNTIF($P$8:$P$20,"No"))
This will take me a while manually, which I'm doing at the moment, but thought there might be a way to speed up the process via VBA.
Any help appreciated.
Tripp