In my datasheet I want to calculate the number of "days outstaning" ("G")
I used the networkdays formula[=NETWORKDAYS.INTL(D6;H6)]
How do I stop the counter if the "date collected" is entered in ("F")
I also want to automatically transfer that spesific row when the "date collected" ("F") is entered to "sheet 2". The "current date" coulomb("H") is then not needed.
For the transfer I think that I must create a VBA code and assign it to a "command button"
The aim is to have a working sheet "Sheet 1" and when a "collection date" is entered that row must be transfered to a different "Sheet 2" for data perposus. The counter in ("G") must also be stopped so to see the amount of days it took for collection.