Del
5 years agoQrew Cadet
Formula Text field based on number field
I performed this via dynamic form rules in the past but want a formula text field for the following conditions,
[Total Number of Members in the Household] = 1 & [Total monthly income] is equal to or greater than $1329.17 BUT less than $4529.17, then display "Eligible", If over $4529.17, then "Ineligible"
[Total Number of Members in the Household] = 2 & [Total monthly income] is equal to or greater than $1795.83 BUT less than $5175.00, then display "Eligible", If over $5175.00, then"Ineligible"
------------------------------
Ermias Bean
------------------------------
If
[Total Number of Members in the Household] = 1 & [Total monthly income] is equal to or greater than $1329.17 BUT less than $4529.17, then display "Eligible", If over $4529.17, then "Ineligible"
[Total Number of Members in the Household] = 2 & [Total monthly income] is equal to or greater than $1795.83 BUT less than $5175.00, then display "Eligible", If over $5175.00, then"Ineligible"
------------------------------
Ermias Bean
------------------------------