Results 1 to 6 of 6

Make stacked columns into one row

Threaded View

  1. #5
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: Make stacked columns into one row

    Enter this in AH2 for part two of your problem. The rest of your problem I just don't understand.

    Formula: copy to clipboard
    =IF(RIGHT(A2,1)=CHAR(47),O3,"")


    This also works

    Formula: copy to clipboard
    =IF(RIGHT(A2,1)="/",O3,"")


    For numbers as the first character on the left this will work

    Formula: copy to clipboard
    =IF(AND(LEFT(A2,1)>CHAR(47),LEFT(A2,1)<=CHAR(57)),O3,"")
    Last edited by newdoverman; 12-07-2013 at 05:04 PM.
    <---------If you like someone's answer, click the star to the left of one of their posts to give them a reputation point for that answer.
    Ron W

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 2
    Last Post: 10-25-2013, 10:22 AM
  2. How to Make stacked bar a column of dates?
    By luiscarlosh in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 08-15-2013, 04:03 PM
  3. [SOLVED] How do you make 3 stacked columns of info for each date in Excel
    By Jamey in forum Excel Charting & Pivots
    Replies: 0
    Last Post: 03-26-2006, 06:50 PM
  4. Replies: 1
    Last Post: 03-26-2005, 02:06 PM
  5. [SOLVED] How to make a stacked bar chart using time?
    By Father Guido in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 02-03-2005, 04:07 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