Questions on ARRAYS

Sammy1994

New Member
Joined
Mar 20, 2017
Messages
12
Hello,

Hoping to find someone who knows a solution to this

I'm building a search bar that list the dates depending on how many times it has been returned.

There are 2 columns Received (B14:B17) and Shipped (C14:C17)

My received column has this, it is functional. However, I've tried modifying this formula to retrieve the shipped out dates in Column L rather than F and it doesn't function right coming up with #REF errors. I'm not sure how or What I could do what to change it a tad to get the results I want.

=IF(ISERROR(INDEX('Air Copy'!$E1:$F10000,SMALL(IF('Air Copy'!$E:$E=$A$12,ROW('Air Copy'!$E:$E)),ROW('Air Copy'!1:1)),2)),"",INDEX('Air Copy'!$E1:$F10000,SMALL(IF('Air Copy'!$E:$E=$A$12,ROW('Air Copy'!$E:$E)),ROW('Air Copy'!1:1)),2))

Anything Helps.

Thank you,

Sam
 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
in the if statement inside SMALL your are returning a line 1 if false in column E
i would check that, different sizes

there other things i don't like in this formula but not even going to touch it without the source of the data
 
Upvote 0

Forum statistics

Threads
1,214,381
Messages
6,119,192
Members
448,874
Latest member
Lancelots

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