Finding a Minimum within Cell

Whylucky

New Member
Joined
Sep 24, 2013
Messages
39
So im not sure if this is possible and i have looked into some different ways of doing this with no success. Im trying to find the minimum of a column, which is simple enough, the problem is that a couple of cells have 4 different numbers in the one cell. Ideally i would like to search for the smallest number in the particular cell then look through the entire column. I have the min search for the entire column but these particular cells are giving me trouble. Any idea on how we can solve this?
 

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.
you need a helper column that checks if there is more than one number in the adjacent cell - if there is strip out all the numb ers and select the minimum one otherwise just use the single number in the cell - do only 2 cells have 4 numbers, could there be more, could there be 3 or 5 numbers in a cell
 
Upvote 0
there will always be 4 in a cell, it may be more than just two cells, and i was trying to avoid the helper columns but that seems to be the best option so i will probably go with that, Thanks
 
Upvote 0
So im not sure if this is possible and i have looked into some different ways of doing this with no success. Im trying to find the minimum of a column, which is simple enough, the problem is that a couple of cells have 4 different numbers in the one cell. Ideally i would like to search for the smallest number in the particular cell then look through the entire column. I have the min search for the entire column but these particular cells are giving me trouble. Any idea on how we can solve this?

What is between the four numbers in the one cell... spaces, commas, arbitrary text (if yes, what it between the text and numbers, if anything), something else?
 
Upvote 0

Forum statistics

Threads
1,214,827
Messages
6,121,818
Members
449,049
Latest member
cybersurfer5000

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