Hi ya! I have a column in my database with numbers that range between 200 and 299 and 500 and 599.
Like this:
201
202
203
501
502
204
205
I want to return the max value in the 200 series (205) and the max value from the 500 series (502). This is easy to do in excel or sheets using two MAXIFS functions (one for the 200s and one for the 500s).
Any ideas on how to do this in Bubble? Much appreciated!