Hello house, I need someone to help me with challenge i am having with my app.
I have a grocery selection app I have designed; I need it to display error message when the limit amount is exceeded.

Scenario
I have a Label named: lblTotalPrice where the amount of the selected items is display.
I have a Input Radio named: rdoPeriod; where I have monthly and quarterly on the list
I have a Label named: lblErrorMsg; where the error message is displayed.
I need a formula expression so that when you select “Monthly” from the radio list, and the value in lblTotalPrice >3500, error message should display “Amount Exceeded”.
If “Quarterly” is selected and the value in lblTotalPrice > 10500, error message should display “amount Exceeded”.
Thanking you for your anticipated support.