N
Neuther
If Cells(55, 3).Value = 1 Then
Cells(28, 13).Value = Cells(12, 3).Value + Cells(24, 13) - 4
Cells(28, 12).Value = Cells(28, 12).Value - 4
Cells(24, 13).Value = ""
Else: Cells(28, 13).Value = Cells(12, 3).Value + Cells(24, 13) - 2
Cells(28, 12).Value = Cells(28, 12).valuse - 2
Cells(24, 13).Value = ""
End If
This is my formula and it doesn't work. I know that it's becasue m
else has too much stuff on it but i need it to do all this. is ther
any way i can fix this?
Cells(28, 13).Value = Cells(12, 3).Value + Cells(24, 13) - 4
Cells(28, 12).Value = Cells(28, 12).Value - 4
Cells(24, 13).Value = ""
Else: Cells(28, 13).Value = Cells(12, 3).Value + Cells(24, 13) - 2
Cells(28, 12).Value = Cells(28, 12).valuse - 2
Cells(24, 13).Value = ""
End If
This is my formula and it doesn't work. I know that it's becasue m
else has too much stuff on it but i need it to do all this. is ther
any way i can fix this?