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

Subjected

0 7 556
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