fredrerik84
Active Member
- Joined
- Feb 26, 2017
- Messages
- 383
Hi my head is spinning here a little im trying to compere 9 column number to find highest values (also this number will be expanded later)
I want to return the highest number of these 3 Columns"J" "N" "R" result stored as variable double
I want to return the highest number of these 3 Columns"K" "O" "S" result stored as variable2 double
I want to return the highest number of these 3 Columns"L" "P" "T" result stored as variable3 double
results will be var1 + var2 + var3 in column W
Is this possible to to somehow? some of the rows in the columns might also be empty
data rows start from 12 (header in row 11) its around 200-300 data rows (varies)
I started making a for loop code for this but all my criterias makes me dizzy :/ hope someone a little more skilled know a good solution for this
I want to return the highest number of these 3 Columns"J" "N" "R" result stored as variable double
I want to return the highest number of these 3 Columns"K" "O" "S" result stored as variable2 double
I want to return the highest number of these 3 Columns"L" "P" "T" result stored as variable3 double
results will be var1 + var2 + var3 in column W
Is this possible to to somehow? some of the rows in the columns might also be empty
data rows start from 12 (header in row 11) its around 200-300 data rows (varies)
I started making a for loop code for this but all my criterias makes me dizzy :/ hope someone a little more skilled know a good solution for this
Last edited: