Search found 1 match

by luisda
Mon Aug 03, 2015 5:39 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Min, Max function in TM1
Replies: 5
Views: 8257

Re: Min, Max function in TM1

There's no easy way of getting a minimum/maximum from a range of cells in TM1. You can only get the minimum/maximum of 2 numbers. If you want to get a min/max of a range of numbers, you're probably better of using a TI to pass through the cells and using if statements to extract the minimum. Any ex...