+ Reply to Thread
Results 1 to 3 of 3

Increase percent in cell if other cells contain data

  1. #1
    Forum Contributor
    Join Date
    01-21-2013
    Location
    Aberdeen, Scotland
    MS-Off Ver
    Excel 2007
    Posts
    258

    Increase percent in cell if other cells contain data

    I'm trying to track how complete a project is by checking if cells contain data, and if they do the percent in cell 'Y4' would increase.

    I have 6 cells which represent milestones and if they contain data then they would add a certain percent to cell 'Y4'.

    Cells B13 & R13 would have a weight of 15% each

    Cells J13, J21 & J30 Would have a weight of 20%

    Cell L34 would have a weight of 10%

    Is there any way that if these cells contained any data that I could add that percent to the total in 'Y4'?

  2. #2
    Registered User
    Join Date
    10-22-2013
    Location
    MN, USA
    MS-Off Ver
    Excel 2010
    Posts
    15

    Re: Increase percent in cell if other cells contain data

    You could use a bunch of if statements based on each individual cell and add them together,

    =IF(B13="",0,0.15)+IF(R13="",0,0.15)+IF(J13="",0,0.2)+IF(J21="",0,0.2)+IF(J23="",0,0.2)+IF(L34="",0,0.1)

    I tested it and it seems to work. copy and paste in Y4, and set the acutal cells to their respective cells.

  3. #3
    Forum Contributor
    Join Date
    01-21-2013
    Location
    Aberdeen, Scotland
    MS-Off Ver
    Excel 2007
    Posts
    258

    Re: Increase percent in cell if other cells contain data

    Flesem, You Sir, are a gentleman and a scholar. I tip my hat to you.

+ 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. Increase cells by percent with macro
    By Mayweed in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 08-24-2010, 10:37 AM
  2. Percent increase calculations...
    By Spitfire999 in forum Excel Programming / VBA / Macros
    Replies: 13
    Last Post: 06-15-2007, 04:11 PM
  3. How to increase the value of the cell by some percent
    By Deepwater in forum Excel General
    Replies: 2
    Last Post: 09-15-2005, 12:05 PM
  4. [SOLVED] Percent increase
    By buzy lizzy in forum Excel General
    Replies: 2
    Last Post: 09-14-2005, 03:05 PM
  5. [SOLVED] Percent increase
    By lledcp in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-14-2005, 05:06 PM

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