IF Statement Advice

  • Thread starter Thread starter Dom Newton
  • Start date Start date
D

Dom Newton

Hi all

I wonder if someone can help me with a spreadsheet I'm building.

Basically what I'm trying to do is create a summary table of
information held on the spreadie. I want Excel to look at the
contents of two separate cells, and if they both contain the "correct"
data, to input a numeral "1" into a cell. If the cells don't contain
the correct data I want the cell to remain blank or display a zero.

Can anyone help ?

Thanks very much

Dom
 
Could it be something like this?

=if(and(a1="ok",b1="correct"),1,0)

dragged down the column.
 

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

Similar Threads


Back
Top