Formula Based on Tables

K

Kelli

I am trying to write a formula that will return a value based on a table of
data. For instance if student A has no siblings and an income less than 13K,
they qualify for free lunch. I the student has one sibling and they make
less than 17k, they qualify for free lunch, etc.

Any help would be greatly appreciated.
 
T

Teethless mama

=IF(OR(AND(A1="one sibling",B1<17000),AND(A1="no
sibling",B1<13000)),"qualify","no qualify")
 

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

Top