number to specific result

punit83

Board Regular
Joined
Jan 17, 2018
Messages
66
Office Version
  1. 2019
Platform
  1. Windows
I have this series


0.18 - 0.22
0.23 - 0.29
0.30 - 0.39
0.40 - 0.49
0.50 - 0.69
0.70 - 0.89
0.90 - 0.99
1.00 - 1.49
1.50 - 1.99

now for example i want to use formula that as i typed number in a1=any random number from 0.30 to 39 than result in b1 should be 0.30-0.39

is there any formula without vba ?


thanks in advance.
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.

Excel 2010
ABCD
10.18 - 0.220.30.30 - 0.39
20.23 - 0.29
30.30 - 0.39
40.40 - 0.49
50.50 - 0.69
60.70 - 0.89
70.90 - 0.99
81.00 - 1.49
91.50 - 1.99
Sheet15
Cell Formulas
RangeFormula
D1=LOOKUP(C1,0+LEFT(A1:A9,4),A1:A9)
 
Last edited:
Upvote 0
Solution

Forum statistics

Threads
1,214,951
Messages
6,122,446
Members
449,083
Latest member
Ava19

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