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.


[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]B
[/TD]
[TD]C
[/TD]
[TD]D
[/TD]
[TD]E
[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]ID
[/TD]
[TD]Count ifs
[/TD]
[TD]Date 1
[/TD]
[TD]Date 2
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]1
[/TD]
[TD]Formula
[/TD]
[TD]8/21/18
[/TD]
[TD]9/30/18
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]10
[/TD]
[TD]Array formula
[/TD]
[TD]Array formula
[/TD]
[TD]Array formula
[/TD]
[TD]Array formula
[/TD]
[/TR]
</tbody>[/TABLE]


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

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
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,224,823
Messages
6,181,181
Members
453,022
Latest member
Mohamed Magdi Tawfiq Emam

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