Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
How do I add a maximum pricing level to the following formula?
=VLOOKUP(A1,{0,35;665,5.25;1000,4.75;2500,3;5000,2 .5;10000,1.95},2) I need the maximum to be 465. |
#2
![]() |
|||
|
|||
![]()
=max(10,yourformulahere)
emerald_dragonfly wrote: How do I add a maximum pricing level to the following formula? =VLOOKUP(A1,{0,35;665,5.25;1000,4.75;2500,3;5000,2 .5;10000,1.95},2) I need the maximum to be 465. -- Dave Peterson |
#3
![]() |
|||
|
|||
![]()
try something like
=min(465,VLOOKUP(A1,{0,35;665,5.25;1000,4.75;2500, 3;5000,2.5;10000,1.95},2) Depending on what parameter is the pricing level. "emerald_dragonfly" wrote: How do I add a maximum pricing level to the following formula? =VLOOKUP(A1,{0,35;665,5.25;1000,4.75;2500,3;5000,2 .5;10000,1.95},2) I need the maximum to be 465. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
paste formulas between workbooks without workbook link | Excel Discussion (Misc queries) | |||
Need Formulas for counting multiple conditions | Excel Worksheet Functions | |||
Problem with named formula's | Excel Worksheet Functions | |||
How to make Excel run limited number of formulas on a given worksh | Excel Discussion (Misc queries) | |||
calculating formulas for all workbooks in a folder | Excel Worksheet Functions |