N
neilb514
Hi
I have the below macro which works fine, but I need to add to it.
Sub Button6_Click()
Range("c12") = Range("c12") + Range("d8")
Range("A8,b8,b7,c8") = 0
End Sub
In cell c14 I want to display a number when I push the above button. In cell
f2 I have a number that changes when data is added to my worksheet. if the
number in f2 is +1 or less i need a "1" displayed in c14, if it is +2 or + 3
I need a "2", if it is +4 or +5 I need a "3", +6 or +7 I need a "4", +8 or
more i need a "5". any help will be appretiated.
I have the below macro which works fine, but I need to add to it.
Sub Button6_Click()
Range("c12") = Range("c12") + Range("d8")
Range("A8,b8,b7,c8") = 0
End Sub
In cell c14 I want to display a number when I push the above button. In cell
f2 I have a number that changes when data is added to my worksheet. if the
number in f2 is +1 or less i need a "1" displayed in c14, if it is +2 or + 3
I need a "2", if it is +4 or +5 I need a "3", +6 or +7 I need a "4", +8 or
more i need a "5". any help will be appretiated.