C
Christy
I want to have a column that will populate another column in another sheet
only IF a criteria is met. Is that possible?
only IF a criteria is met. Is that possible?
AndyB said:In that case, you can use a formula such as
=IF(sheet1!A2="NO","",sheet1!B2)
presuming your NO is in A2 and the value/text you want to copy over is in B2
(both on sheet1)
Andy.