dpaton05
Well-known Member
- Joined
- Aug 14, 2018
- Messages
- 2,375
- Office Version
- 365
- 2016
- Platform
- Windows
Could some explain to me in plain english how the second part of this vba code equates to the following formula in excel please?
equals
Code:
.Range("I" & .Range("I" & .Rows.Count).End(xlUp).Row).Formula = "=IF(R[0]C[-4]=""*Activities"",0,RC[-1]*0.1)"
equals
Code:
I7=IF(E7="*Activities",0,[Price
ex. GST]*0.1)
Last edited: