P
pgarcia
1. The below formula works great, however, I would like to do a little more
with it.
=IF(ISNUMBER(SEARCH("*EDI*",D2)),IF(ISNUMBER(SEARCH"*EDI*",F2)),"Julio","Mezar"))
Now, I have the following, how can I retune the correct name?
EDI EDI = Julio
EDI ML = Meza
PN EDI = Angelina
2. And can I add or combine the above formula to the below formula?
=INDEX('Cash App Schedule'!$B$2:$N$22,MATCH(C2,'Cash App
Schedule'!$A$2:$A$22,0),MATCH(E2,'Cash App Schedule'!$B$1:$N$1,0))
with it.
=IF(ISNUMBER(SEARCH("*EDI*",D2)),IF(ISNUMBER(SEARCH"*EDI*",F2)),"Julio","Mezar"))
Now, I have the following, how can I retune the correct name?
EDI EDI = Julio
EDI ML = Meza
PN EDI = Angelina
2. And can I add or combine the above formula to the below formula?
=INDEX('Cash App Schedule'!$B$2:$N$22,MATCH(C2,'Cash App
Schedule'!$A$2:$A$22,0),MATCH(E2,'Cash App Schedule'!$B$1:$N$1,0))