I have a spreadsheet with three columns and numerous rows. If Column B meets
a certain criteria, and Column C meets a certain criteria, I'd like the
reference number in Column A to be inputted into a different part of the
spreadsheet. How do I do this?
=IF(B1=Criteria,if(C1=Criteria,A1,""))

Signature
Brevity is the soul of wit.
> I have a spreadsheet with three columns and numerous rows. If Column B meets
> a certain criteria, and Column C meets a certain criteria, I'd like the
> reference number in Column A to be inputted into a different part of the
> spreadsheet. How do I do this?