function for finding largest value from cell that are not in array
I have to find out the largest value from a line (single row and a single column where the values to be considered(each) are 4 cells apart. and the in between cells cant be included.
I am using LARGE and SMALL function but that considers only array.
+ I want to extract data that is in the adjacent cell to that
eg
a1 100000
b1 50000
c1 50 (b1% of a1)
d1 507
e1 200000
f1 50000
g1 25 (f1% of e1)
h1 500
so answer should be
i1 (larger of c1 and gi)
j1 (smaller of d1 and h1)
Bookmarks