nidhipatel
Board Regular
- Joined
- Feb 11, 2017
- Messages
- 52
in sheet1
Range A1:A5 multiply with B1:B5 and result show in range C1:C5
if enter any value in cell A1 and B1 than result show in C1 only.
if enter any value in cell A2 and B2 than result show in C2 only.
if enter any value in cell A3 and B3 than result show in C3 only.
if enter any value in cell A4 and B4 than result show in C4 only.
if enter any value in cell A5 and B5 than result show in C5 only.
with worksheet change event by vba
Range A1:A5 multiply with B1:B5 and result show in range C1:C5
if enter any value in cell A1 and B1 than result show in C1 only.
if enter any value in cell A2 and B2 than result show in C2 only.
if enter any value in cell A3 and B3 than result show in C3 only.
if enter any value in cell A4 and B4 than result show in C4 only.
if enter any value in cell A5 and B5 than result show in C5 only.
with worksheet change event by vba