Forum Discussion
PaulPeterson1
5 years agoQrew Assistant Captain
If([Total Number of Members in the Household] = 1 and [Total monthly income] >=$1329.17 and
[Total monthly income] < $4529.17, "Eligible",
[Total monthly income] > $4529.17, "Ineligible",
[Total Number of Members in the Household] = 2 and [Total monthly income] >= $1795.83 and
[Total monthly income] < $5175.00, "Eligible",
[Total monthly income] > $5175.00, "Ineligible")
------------------------------
Paul Peterson
------------------------------
- MarkShnier__You5 years ago
Qrew Legend
I think that Paul's formula needs to be adjusted
If(
[Total Number of Members in the Household] = 1 and [Total monthly income] >=$1329.17 and
[Total monthly income] < $4529.17, "Eligible",[Total Number of Members in the Household] = 1 and [Total monthly income] > $4529.17, "Ineligible",
[Total Number of Members in the Household] = 2 and [Total monthly income] >= $1795.83 and
[Total monthly income] < $5175.00, "Eligible",[Total Number of Members in the Household] = 2 and [Total monthly income] > $5175.00, "Ineligible")
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------- PaulPeterson15 years agoQrew Assistant Captain
Great catch, thanks Mark!
------------------------------
Paul Peterson
------------------------------