Thomas2017
New Member
- Joined
- Mar 31, 2017
- Messages
- 8
Hello,
I'm trying to do an IF statement formula but I have too many arguments. My goal is to assign a numeric value in cell C3 based on conditions met or not met in C2 and C1. For example, as shown if table below --- if income is between $24,600 - $49,200 and the family size is 4 or fewer, then the payment is 20%. I want this 20% to be calculated automatically. If I put in 35,000 in C1 and 3 Family members in C2, I want C3 to automatically produce a value of 20%
[TABLE="width: 1033"]
<tbody>[TR]
[TD]Family Size
[/TD]
[TD]Pay Nominal Fee ($5)
[/TD]
[TD]Pay 20%
[/TD]
[TD]Pay 40%
[/TD]
[TD]Pay 60%
[/TD]
[TD]Pay 80%
[/TD]
[TD]Pay 100%
[/TD]
[/TR]
[TR]
[TD]4 or fewer
[/TD]
[TD]$24,600
[/TD]
[TD]$49,200
[/TD]
[TD]$98,400
[/TD]
[TD]$147,600
[/TD]
[TD]$196,800
[/TD]
[TD]$196,801
[/TD]
[/TR]
[TR]
[TD]5
[/TD]
[TD]$28,780
[/TD]
[TD]$57,560
[/TD]
[TD]$115,120
[/TD]
[TD]$172,680
[/TD]
[TD]$230,240
[/TD]
[TD]$230,241
[/TD]
[/TR]
[TR]
[TD]6
[/TD]
[TD]$32,960
[/TD]
[TD]$65,920
[/TD]
[TD]$131,840
[/TD]
[TD]$197,760
[/TD]
[TD]$263,680
[/TD]
[TD]$263,681
[/TD]
[/TR]
[TR]
[TD]7
[/TD]
[TD]$37,140
[/TD]
[TD]$74,280
[/TD]
[TD]$148,560
[/TD]
[TD]$222,840
[/TD]
[TD]$297,120
[/TD]
[TD]$297,121
[/TD]
[/TR]
[TR]
[TD]For each additional person, add
[/TD]
[TD]$4,180
[/TD]
[TD]$5,225
[/TD]
[TD]$6,270
[/TD]
[TD]$7,315
[/TD]
[TD]$7,315
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I'm trying to do an IF statement formula but I have too many arguments. My goal is to assign a numeric value in cell C3 based on conditions met or not met in C2 and C1. For example, as shown if table below --- if income is between $24,600 - $49,200 and the family size is 4 or fewer, then the payment is 20%. I want this 20% to be calculated automatically. If I put in 35,000 in C1 and 3 Family members in C2, I want C3 to automatically produce a value of 20%
[TABLE="width: 1033"]
<tbody>[TR]
[TD]Family Size
[/TD]
[TD]Pay Nominal Fee ($5)
[/TD]
[TD]Pay 20%
[/TD]
[TD]Pay 40%
[/TD]
[TD]Pay 60%
[/TD]
[TD]Pay 80%
[/TD]
[TD]Pay 100%
[/TD]
[/TR]
[TR]
[TD]4 or fewer
[/TD]
[TD]$24,600
[/TD]
[TD]$49,200
[/TD]
[TD]$98,400
[/TD]
[TD]$147,600
[/TD]
[TD]$196,800
[/TD]
[TD]$196,801
[/TD]
[/TR]
[TR]
[TD]5
[/TD]
[TD]$28,780
[/TD]
[TD]$57,560
[/TD]
[TD]$115,120
[/TD]
[TD]$172,680
[/TD]
[TD]$230,240
[/TD]
[TD]$230,241
[/TD]
[/TR]
[TR]
[TD]6
[/TD]
[TD]$32,960
[/TD]
[TD]$65,920
[/TD]
[TD]$131,840
[/TD]
[TD]$197,760
[/TD]
[TD]$263,680
[/TD]
[TD]$263,681
[/TD]
[/TR]
[TR]
[TD]7
[/TD]
[TD]$37,140
[/TD]
[TD]$74,280
[/TD]
[TD]$148,560
[/TD]
[TD]$222,840
[/TD]
[TD]$297,120
[/TD]
[TD]$297,121
[/TD]
[/TR]
[TR]
[TD]For each additional person, add
[/TD]
[TD]$4,180
[/TD]
[TD]$5,225
[/TD]
[TD]$6,270
[/TD]
[TD]$7,315
[/TD]
[TD]$7,315
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]