multiple IF statements

N

Nathan McElmurry

i can't seem to write a formula that does the following:

if cell C3 = 1X1, return 725 as the value; if cell C3 = 1X2, return 872 as
the value; if cell C3 = 2X2, return 1003 as the value; if cell C# = 3X2,
return 1156 as the value.

any suggestions?
 
A

Arvi Laanemets

Hi

=CHOOSE(MATCH(C3,{"1X1","1X2","2X2","3X2"},0),725,872,1003,1156)

Arvi Laanemets
 

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