I am creating a database with authors, book titles, descriptions, and prices. When I type in a specific authors name in cell C3 I need all the titles in the datbase to appear. I know how to get one to do so, but not all of them.
=VLOOKUP(C3,Book List!A5:D563,2,FALSE) will return one of the book titles.
I have a table set up on the Book List worksheet with author, book title, desciption, and price. I have it set up where I only type the authors name once in the first column then in the second column I list their book titles. After listing their titles then I move on to the next author like this:
Then when I enter Name of Author in cell C3 I want cell C5 to list all the books of that author. (aka A fun title, Another Title, Yeah).
However with the formula I have above it will just list the first title. (aka A fun title)
Edited by NateO: Tried to clean up the table.
Edited by NateO, again: Nope, not working. Deleted the table. You might be interested in the HTML Maker, here:
http://www.puremis.net/excel/downloads.shtml
=VLOOKUP(C3,Book List!A5:D563,2,FALSE) will return one of the book titles.
I have a table set up on the Book List worksheet with author, book title, desciption, and price. I have it set up where I only type the authors name once in the first column then in the second column I list their book titles. After listing their titles then I move on to the next author like this:
Then when I enter Name of Author in cell C3 I want cell C5 to list all the books of that author. (aka A fun title, Another Title, Yeah).
However with the formula I have above it will just list the first title. (aka A fun title)
Edited by NateO: Tried to clean up the table.
Edited by NateO, again: Nope, not working. Deleted the table. You might be interested in the HTML Maker, here:
http://www.puremis.net/excel/downloads.shtml