How do I put multiple references in the same cell?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

What I am doing is organizing an easy to read episode list/guide for multiple
TV series. I have a row with the following, TV show (column A), Season (B),
Episode (C), Name (D), and Full (E).
The colum "Full" or E is what I am having trouble with. Say this is what I
have across the row for one of the episodes:
Boy Meets World, 01, 05, Killer Bees
That's up to column D, so for column E, I want it to look like this:
Boy Meets World - s01e05 - Killer Bees

Is this possible?
 
MosesX8, here is one way, put in E2 and copy down

=A2&" - s"&B2&" e"&C2&" - "&D2

--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003
 
Perfect! Worked just how I wanted it to. Thanks!

Paul B said:
MosesX8, here is one way, put in E2 and copy down

=A2&" - s"&B2&" e"&C2&" - "&D2

--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003
 
Your welcome

--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top