cell calculation problem

  • Thread starter Thread starter hamstring
  • Start date Start date
H

hamstring

I need to perform a calculation on a cell, that is dependant on the
text value in another cell.

Its easy to do as part of visual basic. But can do the same as part
of a cell calculation ??

Something like,

If cell A1 = "abc" then cell A2 = cell a12 * 1.05
 
Back
Top