Hi guys. First of all, let me just say that I have very little knowledge of VBA and any form of help from you guys would be awesome.
Here is the formula that I already have.
Cells A1 to A5 have =randbetween(1,5)
Cells B1 to B5 also have the same =randbetween(1,5)
Cells C1 to C5 =Sum(A1:B1) and so on.
Cell D1 =countif(C1:C5,10)
Here's my problem: Can you guys help me with a macro that focuses only on the "D1" cell, such that the worksheet would auto-refresh until "D1 > 0"?
Again, Thank you guys for your time in reading my post and for any help that you could extend!
Here is the formula that I already have.
Cells A1 to A5 have =randbetween(1,5)
Cells B1 to B5 also have the same =randbetween(1,5)
Cells C1 to C5 =Sum(A1:B1) and so on.
Cell D1 =countif(C1:C5,10)
Here's my problem: Can you guys help me with a macro that focuses only on the "D1" cell, such that the worksheet would auto-refresh until "D1 > 0"?
Again, Thank you guys for your time in reading my post and for any help that you could extend!