Hello!
Do anyone of you know how to return the highest value from a column, excluding value in one cell?
The adress are defined in the macro:
Adress2 = c3
Adress1=c24
Adress0 = c6
![]()
Set WorkRange = Range(adress2, adress1) 'exclude adress0 MaxVal = Application.Max(WorkRange)
Bookmarks