+ Reply to Thread
Results 1 to 2 of 2

In-Cell Plot Question

  1. #1
    Forum Contributor
    Join Date
    03-07-2009
    Location
    Spain
    MS-Off Ver
    Excel 2003
    Posts
    128

    In-Cell Plot Question

    =IF(F40<100,REPT("|",F40-1)&F40&"%"&REPT("|",100-F40-1),REPT("|",100-1)&F40&"%"&REPT("|",100-100-1)&"*")
    This is my current formula and it works fine except when value f40= 100. I just want to add in an iff40=100 then rept "|",100.

  2. #2
    Forum Contributor
    Join Date
    03-07-2009
    Location
    Spain
    MS-Off Ver
    Excel 2003
    Posts
    128

    Re: In-Cell Plot Question

    Resolved

    Just added the if statement

    IF(F40=100,REPT("|",100)

+ 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