Replace FILTER function for use on older versions of Excel

Status
Not open for further replies.

jbarrick007

New Member
Joined
Jul 9, 2020
Messages
36
Office Version
  1. 365
Platform
  1. Windows
So I have an extensive file, which after all the work realized I was using new functions.

I know how to redo the TEXTJOIN using CONCATENATE. But what about the FILTER, are there option I have for replacing this modern function? Ideally I need to make this work on excel 2010, but I can live with 2019.

Current Formula:
=IF(ISNUMBER(FIND(".",A5)),TEXTJOIN(CHAR(10),TRUE,"#"&TEXT([@[Workflow '# ]],"#0.00")&" "&[@[Milestone Name ]]," - Duration: "&(TEXT([@Start],"m/d/yy"))&" ("&[@Duration]&")",FILTER(I5:I$1000,(LEFT(B5:B$1000,LEN(A5)+1)=A5&".")*ISNUMBER(SEARCH("x",BE5:BE$1000))," • No Assigned Tasks")),"")

Returns Result:
#1.02 | INFORM INVESTIGATION
- Duration: 5/19/20 (1 wk)
• Send investigation meeting assignment (FRINV) to BFR through ACU
• Send FRINV assignment to FRP through ACU and notify oversight

I apologize for some reason my XL2Bb has stopped working.
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
Status
Not open for further replies.

Forum statistics

Threads
1,223,247
Messages
6,171,004
Members
452,374
Latest member
keccles

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