logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
ageitalia  
#1 Posted : Tuesday, June 10, 2025 4:05:10 PM(UTC)
ageitalia

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 6/16/2006(UTC)
Posts: 50
Location: Italy

Thanks: 9 times

Let's say I have five historical series:

a1

a2

a3

a4

a5

I want to know at any given moment which one has the lowest value and which one has the highest value.

I knew about the ‘min’ (or max) command, but I think it only works when comparing two series:

min(a1,a2)

not between more than two historical series.

Any ideas?

wabbit  
#2 Posted : Friday, June 13, 2025 12:06:20 AM(UTC)
wabbit

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers, Unverified Users
Joined: 10/28/2004(UTC)
Posts: 3,112
Location: Perth, Western Australia

Was thanked: 17 time(s) in 17 post(s)
min(a1,min(a2,min(a3,min(a4,a5))))
thanks 1 user thanked wabbit for this useful post.
ageitalia on 6/13/2025(UTC)
Users browsing this topic
Guest (Hidden)
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.