Find Highest Number

guamlet

Board Regular
Joined
Dec 29, 2002
Messages
145
:rolleyes:
I have a column of data that takes the form of a letter followed by a number (i.e. H004). Sometimes the number is followed by a period and more letters and numbers (i.e. H004.2a.3d). I want to search for the highest number in the characters before the first period (the H004) and return one number higher (i.e. H005). Any suggestions?
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
Hey, I think I found a solution....its DMax! I found it while looking at Mid and Var. All I have to do is modify the example in the help file and voila!

var=DMax([LineName],"Cell Lines", [LineName] like 'H*'")

seems to work.

Thanks for all your help!
 
Upvote 0

Forum statistics

Threads
1,221,545
Messages
6,160,445
Members
451,646
Latest member
mmix803

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