Hi everyone! I am new to VBA and I would like to apply a discount (e.g. 10%) to a cell value in my quotation sheet while retaining (and show) the formula in the same cell at the same time.
Is anyone able to help on this formula?
For example:
Say cell B3 contains $1,000, if I were to apply a 10% discount to it via VBA formula can the end result in the same B3 cell be =1000*90%
Something like this:
Thank you.
Is anyone able to help on this formula?
For example:
Say cell B3 contains $1,000, if I were to apply a 10% discount to it via VBA formula can the end result in the same B3 cell be =1000*90%
Something like this:
Thank you.