View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
pgarcia pgarcia is offline
external usenet poster
 
Posts: 304
Default "IF" Combo Formula, two part question

1. The below formula works great, however, I would like to do a little more
with it.

=IF(ISNUMBER(SEARCH("*EDI*",D2)),IF(ISNUMBER(SEARC H"*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))