Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.

Conditional Expression

How to make this work - IF(([Number of dependents]<1), ([Percapita Income]= [Total Income]/[Number of dependents]), [Total Income])

0 1 414
1 REPLY 1

Try with…
IF([Number of dependents]<1,
[Total Income]/[Number of dependents],
[Total Income])

Topic Controls

Top Labels in this Space