need macro or formula ?

Jagat Pavasia

Active Member
Joined
Mar 9, 2015
Messages
359
Office Version
  1. 2021
Platform
  1. Windows
dear sir,

My A1 have amount of figure, like 15000, 25000, 35200, 70325 etc.

I want that if My figure is :
1 to 10,000 then result in B1 10,000
10,001 to 20,000 then 20,000
20,001 to 30,000 then 30,000
30,001 to 40,000 then 40,000
40,001 to 50,000 then 50,000
50,001 to 60,000 then 60,000

60,001 to 1,00,000 then 1,00,000
1,00,101 to 1,30,000 then 1,30,000
1,30,001 to 1,60,000 then 1,60,000
1,60,001 to 2,00,000 then 2,00,000
2,00,001 to 2,50,000 then 2,50,000
2,50,001 to 2,75,000 then 2,75,000
2,75,001 to 3,00,000 then 3,00,000.



did i need macro or formula, please help me
 

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.
Create a table like I've created below and use this formula

G6: =VLOOKUP(F6,$B$6:$C$18,2,1)
 

Attachments

  • lookup.PNG
    lookup.PNG
    54.6 KB · Views: 6
Upvote 0
Upvote 0
Solution

Forum statistics

Threads
1,214,919
Messages
6,122,260
Members
449,075
Latest member
staticfluids

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