+ Reply to Thread
Results 1 to 2 of 2

Movie showtimes are all over the place

  1. #1
    Registered User
    Join Date
    03-23-2016
    Location
    Salem, OR
    MS-Off Ver
    365
    Posts
    3

    Movie showtimes are all over the place

    I'm trying to concatenate movie data from a list like this (see attachment) into a format like this:

    [Name of the movie][rating][showtimes in order, special glyph like "*" for Sunday showtimes]
    Attached Files Attached Files

  2. #2
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS365 Family 64-bit
    Posts
    24,721

    Re: Movie showtimes are all over the place

    The formula to give that format is (example is for row 4)

    =C4&" "&D4&" "&IF(E4="","",E4&IF(COUNTA(F4:$J4)=0,"",", "))&IF(F4="","",F4&IF(COUNTA(G4:$J4)=0,"",", "))&IF(G4="","",G4&IF(COUNTA(H4:$J4)=0,"",", "))&IF(H4="","",H4&IF(COUNTA(I4:$J4)=0,"",", "))&IF(I4="","",I4&IF(J4="","",", "))&IF(J4="","",J4)

    but adding the * for Sunday is problematic due to the way you have organized your data.
    Jeff
    | | |·| |·| |·| |·| | |:| | |·| |·|
    Read the rules
    Use code tags to [code]enclose your code![/code]

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Movie Rentals and Management
    By Dinger045 in forum Excel Charting & Pivots
    Replies: 6
    Last Post: 05-09-2015, 02:03 AM
  2. movie database
    By vampyr07au in forum Access Tables & Databases
    Replies: 19
    Last Post: 05-01-2011, 06:46 PM
  3. movie database
    By Robert Holloway in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 01-02-2011, 02:09 PM
  4. *** / Blu-Ray Movie collection template
    By chamber12 in forum Excel General
    Replies: 1
    Last Post: 04-25-2010, 06:47 PM
  5. Movie Database macro
    By Endlin3 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 02-16-2010, 06:07 PM
  6. Macro to use on movie scripts
    By kevin_tennis72 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-13-2008, 03:07 AM
  7. movie project
    By samppa in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-02-2005, 07:54 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1