Hello, starting from this sheet with column A (title, responsibility, publisher) I would need a formula that extracts only the publisher in column C. I used this formula:
but column C gives me the place of publication and the publisher. I would like instead only the publisher.
Many thanks!!
Rich (BB code):
= LEFT (MID (A2, FIND ("-", A2) +1, LEN (A2)), FIND (",", MID (A2, FIND ("-", A2) +1, LEN (A2))) ) -1)
but column C gives me the place of publication and the publisher. I would like instead only the publisher.
Many thanks!!