This works perfectly for populating a cell with everything left of the first _.
=IFERROR(LEFT(B11,FIND("_",B11)-1),"")
I was wondering, is there a way to make it show everything after the last "_"? I've been messing with it but I just can't get it to work.
The file names are never the same...