Display cell that matches criteria

  • Thread starter Thread starter tom
  • Start date Start date
T

tom

I want a cell to display only if it matches certain criteria.

Basically, I am trying to display invoices that are
30, 60 and 90 days over due. I want the cell only
to display invoice amount if the aging falls within
the correct dates.

For example if cell b2 says $100.00 and cell C2 says
45, then cell e2 should display $100.00, and if c2 says
65 then f2 should display $100.00 and e2 should be blank.
 
A simple IF function will do this. Look in the HELP index for IF
 

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

Back
Top