BrianExcel
Well-known Member
- Joined
- Apr 21, 2010
- Messages
- 975
In A1 I am inserting a value in minutes, say 120 as an example.
I am trying to write a formula that will take the target I just entered, divide by 60 and input the value into cell B2.
Can anyone help? Right now I am trying:
but it's not working....
I am trying to write a formula that will take the target I just entered, divide by 60 and input the value into cell B2.
Can anyone help? Right now I am trying:
Code:
Target.Offset(0, 1) = Quotient(Target \ 60)
but it's not working....