I have a B
column which have many rows of record and by default are empty. Now I would like it if someone keys in any integer into the record lets say on cell B1
, it should compute as
integer value of cell * (-20)
The -20 modifier is stored in lets say Z1
. Any value keyed in in B1,B12... Bn should computed the same way as above. How can I do this ?
EDIT
Excpected result