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
![]()
Please Login or Register to view this content.
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
![]()
Please Login or Register to view this content.
Last edited by Hjahren; 10-26-2010 at 10:12 AM.
You can use the Union operator to join the cells above the excluded cell to the cells below and then use Max on that.
Everyone who confuses correlation and causation ends up dead.
Could you please help me with that? I don't know what to write
The problem is that these cells will change as I run the macro through all the rows
The real problem is that you haven't really told us what you are doing.
You will need two start addresses and two stop address, then you can use something like:
and take the max of that. You might also be able to do it using Evaluate if there is some consistency to the layout, but this is all guesswork currently.![]()
Please Login or Register to view this content.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks