Need a formula to assign prices to values

Ima_learnin'

Active Member
Joined
Dec 14, 2002
Messages
266
Hi All, If I have in column A values that range from $150k to $399k and need to assign a price in column B with amounts between $650.00 to $750.00 what would be the formula? I tried listing out some random prices $651,$673,$687,$691,$702,$724,$734,$750 and used the following formula =CHOOSE(RANDBETWEEN(1,8),$G$3,$G$4,$G$5,$G$6,$G$7,$G$8,$G$9,$G$10) but then realized I need the prices to not be entirely random they need to increase in price as the values in column A increase
 
Last edited:

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
Can you please post some sample data and explain how the values relate, ie show what you are starting with and what you want to calculate.
For example, if A1=$150,000, then B1=$651. so you want B1 to be A1 / 230. How do you want to arrive at the value for B1? You've said you've tried random numbers based on G3 to G10 is this where you get your result from?
Maybe you're looking for something like the rank function, so to match the highest value in column A with the highest in Column G.
 
Upvote 0

Forum statistics

Threads
1,214,848
Messages
6,121,914
Members
449,054
Latest member
luca142

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top