Is there a BOTTOM() like there is a TOP()

Subjected

0 7 564
7 REPLIES 7

Steve
Platinum 4
Platinum 4

Nope.

Then my shenanigans will have to do…
SUBSTITUTE(TEXT(TOP(SPLIT([WBS Code],"."), COUNT(SPLIT([WBS Code], “.”))-1)), " , ", “.”)

FullList-TOP(FullList, COUNT(FullList)-HowManyBottoms)

Works only if no duplicates in FullList, and duplicates will be removed in the result.

Bahbus
New Member

True, I am assuming no duplicates.

Bahbus
New Member

Another alternative if only grabbing one item:
INDEX(FullList, COUNT(FullList))

Thanks for the effort…
But yes, it has duplicates, and I have no real sort order column that I can grab on to…

Top Labels in this Space