General Question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a function that if I wright text in one box, there is an automatic addition of a number in another box?
 
Peter.

Yes, probably. We'd need some more information, though, to offer you help on
which function to use and how.

Andy.

Peter said:
Is there a function that if I wright text in one box, there is an
automatic addition of a number in another box?
 
in cell a2
=if(a1="mytext",2,"")

--
Don Guillett
SalesAid Software
(e-mail address removed)
Peter said:
Is there a function that if I wright text in one box, there is an
automatic addition of a number in another box?
 
Back
Top