Formula for finding MAX and MIN value excluding blank cells from an ALPHA-Numeric column

Manrique

New Member
Joined
Aug 20, 2014
Messages
24
Hello, I am looking for a formula that finds the MIN & MAX value from a list of alphanumeric values with empty rows:
REF
100A100A
100A
100A
100B100B
100B
100B
100C100C
100C
100D100D
100D
100D
100E100E
100E
100E

<tbody>
</tbody>
 

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
My apologies. From column A (Ref), populate column B until column A changes to another value and continues populating column B with the new value a so on. Thanks for your help.
 
Upvote 0
Hi,

Since there's no new value in Column A after 100E, how far is Column B supposed to copy down 100E?


Book1
AB
1REF
2100A100A
3100A
4100A
5100B100B
6100B
7100B
8100C100C
9100C
10100D100D
11100D
12100D
13100E100E
14100E
15100E
Sheet41
Cell Formulas
RangeFormula
B2=IF(A2<>"",A2,B1)


B2 formula copied down.
 
Upvote 0

Forum statistics

Threads
1,213,538
Messages
6,114,218
Members
448,554
Latest member
Gleisner2

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