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:[TABLE="width: 500"]
<tbody>[TR]
[TD]REF[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]100A[/TD]
[TD]100A[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]100A[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]100A[/TD]
[/TR]
[TR]
[TD]100B[/TD]
[TD]100B[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]100B[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]100B[/TD]
[/TR]
[TR]
[TD]100C[/TD]
[TD]100C[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]100C[/TD]
[/TR]
[TR]
[TD]100D[/TD]
[TD]100D[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]100D[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]100D[/TD]
[/TR]
[TR]
[TD]100E[/TD]
[TD]100E[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]100E[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]100E[/TD]
[/TR]
</tbody>[/TABLE]
 

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
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,223,911
Messages
6,175,322
Members
452,635
Latest member
laura12345

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