Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I'm trying to create a formula to give me the following:
$1.00-30.00=1.46 30.01-60.00=4.35 60.01-89.00=8.70 89.01-119.00=12.16 119.01-147.00=19.54 147.01-178.00=23.88 178.01-206.00=28.22 206.01-236.00=32.56 236.01-295.00=39.07 295.01-354.00=54.11 354.01-413.00=75.23 413.01-471.00=86.81 741.01-530.00=122.98 530.01-590.00=130.22 Can anyone help??...Thank You |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Have a look in the help index for LOOKUP, especially VLOOKUP -- Don Guillett SalesAid Software "Dale" wrote in message ... I'm trying to create a formula to give me the following: $1.00-30.00=1.46 30.01-60.00=4.35 60.01-89.00=8.70 89.01-119.00=12.16 119.01-147.00=19.54 147.01-178.00=23.88 178.01-206.00=28.22 206.01-236.00=32.56 236.01-295.00=39.07 295.01-354.00=54.11 354.01-413.00=75.23 413.01-471.00=86.81 741.01-530.00=122.98 530.01-590.00=130.22 Can anyone help??...Thank You |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=LOOKUP(A1,{1,30.01,60.01,89.01,119.01,147.01,178. 01,206.01,236.01,295.01,354.01,413.01,741.01,530.0 1},{1.46,4.35,8.7,12.16,19.54,23.88,28.22,32.56,39 .07,54.11,75.23,86.81,130.22})
"Dale" wrote: I'm trying to create a formula to give me the following: $1.00-30.00=1.46 30.01-60.00=4.35 60.01-89.00=8.70 89.01-119.00=12.16 119.01-147.00=19.54 147.01-178.00=23.88 178.01-206.00=28.22 206.01-236.00=32.56 236.01-295.00=39.07 295.01-354.00=54.11 354.01-413.00=75.23 413.01-471.00=86.81 741.01-530.00=122.98 530.01-590.00=130.22 Can anyone help??...Thank You |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Dale.....use a VLOOKUP table and VLOOKUP formulas.
In A1:B8..........partial data example 0 1.45 30.01 4.35 60.01 8.7 89.01 12.16 119.01 19.54 147.01 23.88 178.01 28.22 206.01 32.56 In D1 enter =VLOOKUP(C1,$A$1:$B$8,2,TRUE) Drag/copy down to D8 In C1 enter a number e.g. between 0 and 30 to return 1.45 in D1 or 30.01 to 60 to return 4.35 Gord Dibben MS Excel MVP On Sun, 3 Dec 2006 07:05:00 -0800, Dale wrote: I'm trying to create a formula to give me the following: $1.00-30.00=1.46 30.01-60.00=4.35 60.01-89.00=8.70 89.01-119.00=12.16 119.01-147.00=19.54 147.01-178.00=23.88 178.01-206.00=28.22 206.01-236.00=32.56 236.01-295.00=39.07 295.01-354.00=54.11 354.01-413.00=75.23 413.01-471.00=86.81 741.01-530.00=122.98 530.01-590.00=130.22 Can anyone help??...Thank You |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to change column letters to correct ones in many formulas automatically? | Links and Linking in Excel | |||
how can i get formulas in excel to copy and paste? | Excel Worksheet Functions | |||
How to make Excel run limited number of formulas on a given worksh | Excel Discussion (Misc queries) | |||
Way to make Excel only run certain formulas on a worksheet? | Excel Discussion (Misc queries) | |||
calculating formulas for all workbooks in a folder | Excel Worksheet Functions |