Mar 28, 2021 10:12 AM
Hi! How do I make it possible for the return of my formula to be not more than a specific number? Thanks!
Solved! Go to Solution.
Mar 28, 2021 10:54 AM
MIN(number, calculation)
^ number
= the maximum number
^ calculation
= whatever formula you have that returns a number
Mar 28, 2021 10:54 AM
MIN(number, calculation)
^ number
= the maximum number
^ calculation
= whatever formula you have that returns a number
Mar 28, 2021 11:09 AM
Yay, it works! Thank you so much @Kamille_Parks ! ❤️
Mar 28, 2021 12:48 PM
FF: So I’m using this formula: MIN(10,{Work Days}-{Absences}) but it doesn’t seem to perform {Work Days}-{Absences} when I’m putting a value on Absences HUHU
What do you guys think?
Mar 28, 2021 01:51 PM
Are both {Work Days}
and {Absences}
numbers?
Mar 28, 2021 06:28 PM
No, {Work Days} is a formula and {Absences} is number.
Mar 28, 2021 06:31 PM
Okay, but does {Work Days}
return a number? If the values in the column are aligned to the left the answer is no, if the values in the column are aligned to the right the answer is yes.
Mar 28, 2021 08:28 PM
Yes, it does return a number and the values in the column are aligned to the right.