Formula Help

J

Jeremy

I need to set up a formula that results in an outcome based on the below chart.
If the cell result is less than or equal to minus 2.50 the outcome is $0.
If the cell result is wihin the range below the outcome is the corresponding
dollar amount.
-2.50% $0
-2.49% -2.00% $1,470
-1.99% -1.50% $1,617
-1.49% -1.00% $1,785
-0.99% -0.50% $1,953
-0.49% 0.00% $2,100

Please help.

Thanks in advance
 
S

Stefi

One way:
Set up this innverse table say in columns A:B, and enter formula in C1:
A B C
0,00% $2,100 =VLOOKUP(C1,A:B,2)
0,50% $1,953
1,00% $1,785
1,50% $1,617
2,00% $1,470
2,50% $0

Regards,
Stefi


„Jeremy†ezt írta:
 

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