finding the maximum in the range
- by comfreak
I need to know a code that will automatically:-
search a specific word in excel
notes it row or column number (depends on data arrangement)
searches numerical type values in the respective row or column
with that numeric value(suppose a[7][0]or a[0][7]) it compares all other values of respective row or column(ie. a[i][0] or a[0][i])
sets that…