Array Formula Error -Too Few Arguments

Rcaaa

New Member
Joined
May 21, 2018
Messages
23
=IF(ROWS(B$10:B10)>$C$2,"",INDEX(Task2.0!A$2:A$3500,SMALL(IF(Task2.0!$A$2:$A$3500=$B$2,IF(Task2.0!$H$2:$H$3500<=$E$2,IF(Task2.0!$H$2:$H$3500>=$D$2,ROW(Task2.0!$H$2:$H$3500)-ROW(Task2.0!$H$2)+1)),ROWS(B$10:B10))))

Can someone tell me what I am missing in the array formula above? I am receiving an error saying that I have too few arguments. I am trying to show the tasks based on the project ID and a date range.


B
C
D
E
2ID
Count ifs
Date 1
Date 2
1
Formula
8/21/18
9/30/18
10
Array formula
Array formula
Array formula
Array formula

<tbody>
</tbody>


Sheet - Task2.0
Column A = ID
Column H = Date
 

Excel Facts

What do {} around a formula in the formula bar mean?
{Formula} means the formula was entered using Ctrl+Shift+Enter signifying an old-style array formula.
maybe something like...

=IF(ROWS($B$10:B10)>$C$2,"",INDEX(task2.0!A$2:A$3500,SMALL(IF(task2.0!$A$2:$A$3500=$B$2,IF(task2.0!$H$2:$H$3500<=$E$2,IF(task2.0!$H$2:$H$3500>=$D$2,ROW(task2.0!$H$2:$H$3500)-ROW(task2.0!$H$2)+1))),ROWS(B$10:B10)))) control shift enter
 
Upvote 0

Forum statistics

Threads
1,215,338
Messages
6,124,360
Members
449,155
Latest member
ravioli44

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