C
Craig Brandt
Puzzling:
I have a table with several named columns and the cells in the columns are
boolean data (True or False).
If I put the following formula several columns to the right in row 10:
=IF(WB001B,A10,"")
it copies the data from column A to the cell. If I replace the formula with
this formula:
=IF(TC,A10,"")
it also copies the data over, indicating that the two named variables in row
10, TC and WB001, are both TRUE (which they are). But if I replace the
formula with
=IF(AND(WB001B,TC),A10,"")
It does not bring over A10.
Why not?
Craig
I have a table with several named columns and the cells in the columns are
boolean data (True or False).
If I put the following formula several columns to the right in row 10:
=IF(WB001B,A10,"")
it copies the data from column A to the cell. If I replace the formula with
this formula:
=IF(TC,A10,"")
it also copies the data over, indicating that the two named variables in row
10, TC and WB001, are both TRUE (which they are). But if I replace the
formula with
=IF(AND(WB001B,TC),A10,"")
It does not bring over A10.
Why not?
Craig