Kirstym1918
New Member
- Joined
- Dec 17, 2017
- Messages
- 45
Hi Guys,
Could someone explain how I would merge these two formulas below so that it looks in one range and returns ROUTE, then looks in another and returns COLLECTIONS, I'm slowly getting my head around formulas but bringing them together is what I struggle with.
=IF($B8="","",IFERROR(IF(MATCH(RIGHT($B8,3),Mon!$E$5:$E$100,0),"ROUTE",),"."))
=IF($B8="","",IFERROR(IF(MATCH(RIGHT($B8,3),Mon!$E$101:$E$150,0),"COLLECTIONS",),"."))
Thanks
Could someone explain how I would merge these two formulas below so that it looks in one range and returns ROUTE, then looks in another and returns COLLECTIONS, I'm slowly getting my head around formulas but bringing them together is what I struggle with.
=IF($B8="","",IFERROR(IF(MATCH(RIGHT($B8,3),Mon!$E$5:$E$100,0),"ROUTE",),"."))
=IF($B8="","",IFERROR(IF(MATCH(RIGHT($B8,3),Mon!$E$101:$E$150,0),"COLLECTIONS",),"."))
Thanks