PJNOLS67

New Member
Joined
Dec 5, 2017
Messages
1
I'm using this formula: =IF(D10>29,$D$3,IF(16<d10<29,$d$4,if(d10<16,$d$5)))

For the 1st and 3rd 'IF' logic statements, the result is returned correctly. When the second logic statement is met, the result is 'False'. The table shows what I'm trying to do:

DISTRIBUTION CRITERIA
Weekly hours$ /Yrs of Service
Full Time (FT)FT (D3)>30 $ 300.00
Part-time 1PT-1 (D4)16-29 $ 200.00
Part-time 2PT-2 (D5)1-15 $ 100.00
INDIVIDUAL DISTRIBUTIONS
Staff MemberHours worked/WkFT or PTGift Level
40FT300
40FT300
40FT300
40FT300
40FT300
40FT300
40FT300
15PT-2100
5PT-2100
D1020FALSEFALSE
20FALSEFALSE
10PT-2100
10PT-2100

<tbody>
</tbody>
Can anybody tell me what I'm doing wrong?

Thanks!

<tbody>
</tbody>

</d10<29,$d$4,if(d10<16,$d$5)))
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
I'm using this formula: =IF(D10>29,$D$3,IF(16

Hi, welcome to the forum!

The board software thought part of your formula was HTML and decided to try and parse it. One way to avoid that happening is to add spaces after any less than symbols that appear in your formula when posting them here.

I think this is what you are looking for though.

=IF(D10<16,$D$4,IF(D10<30,$D$3,$D$2))
 
Upvote 0

Forum statistics

Threads
1,215,006
Messages
6,122,666
Members
449,091
Latest member
peppernaut

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top