Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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: 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|