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
 
Try the following in cell A2.

=IF(A1="abc",A12*1.05,FALSE)


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top