Array forumla not working with .FillUp

JPARKHURST

Board Regular
Joined
Oct 25, 2016
Messages
151
My "Clean Up" has this:


<code>
Case "Working_Dispatch"
lr58 = wsClear.Cells(Rows.Count, "D").End(xlUp).Row
Set clRange = wsClear.Range("A2:U" & lr58 + 2)
clRange.FillUp 'autofill upwards to cleanse, keep formatting
</code>

A formula example I am using [array] is here:
<code>
=IF(ISNUMBER(D3),TEXTJOIN(",",TRUE,IFERROR(IF(SEARCH(E3,ShortReport!$J$2:$J$200),ShortReport!$K$2:$K$200,""),"")),"")
</code>

How can I - or can auto-fill up to retain the array 'set' without having to come back in and Ctrl+Alt+Enter?

Thanks,

Jon
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
Anybody have any ideas on this? Probably posted it at the absolutely wrong time on a Friday afternooN! :)

Thanks,

Jon
 
Upvote 0

Forum statistics

Threads
1,215,790
Messages
6,126,926
Members
449,349
Latest member
Omer Lutfu Neziroglu

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