+ Reply to Thread
Results 1 to 3 of 3

using cells as graph

  1. #1
    Forum Contributor
    Join Date
    04-23-2007
    Location
    Texas
    Posts
    417

    using cells as graph

    Is there a way to put a number in a cell and shade the same number of cells to the right?
    I see this working like the REPT function... but I can't make it color the cells.

    A1 B1 B2 B3 B4
    4 Red Red Red Red
    Last edited by Tortus; 06-01-2010 at 05:43 PM.

  2. #2
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372

    Re: useing cells as graph

    Sure.

    To color horizontal bars, use conditional formatting on colums B to Z or more and use conditional formatting with the formula

    =COLUMN()-COLUMN($A1)<=$A1

    to color vertical bars use
    =ROW()-ROW(A$1)<=A$1

    See attached.
    Attached Files Attached Files

  3. #3
    Forum Contributor
    Join Date
    04-23-2007
    Location
    Texas
    Posts
    417

    Re: using cells as graph

    Worked exactly like I wanted, Thank you!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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