Conditional formatting

J

JenOrr

I am trying to set up a sales order, I need to set up a formula that if they
answer yes, then the qty from one column will be transferred to another
column.

Example if they answer yes to glazing in J10, then F25 will equal B25.
 
J

JE McGimpsey

JenOrr said:
That worked but if they answer no, it puts #VALUE! in my total column

Math operators will give a #VALUE! error if one of the arguments is text.

One way around it would be to use SUM(A1:B1) instead of A1+B1.

Another would be to replace the "" with zero.
 
D

David Biddulph

Conditional formatting doesn't change the value in a cell, merely the format
of the display.
You need an IF formula. The syntax of the IF function, and examples, are
shown in Excel help.
 

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

Top