Conditional formatting

  • Thread starter Thread starter JenOrr
  • Start date Start date
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.
 
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.
 
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.
 
Back
Top