+ Reply to Thread
Results 1 to 3 of 3

"IF" Formula Doesn't seem to work.

  1. #1
    Forum Contributor
    Join Date
    05-13-2012
    Location
    Eagle River, Alaska
    MS-Off Ver
    Excel 2010
    Posts
    145

    "IF" Formula Doesn't seem to work.

    I am having difficulty coming up with the proper syntax for an IF formula. Maybe I should be using a different one. I have a column with numerous cell entries corresponding to software version information such as, [6.8 Beta 1], [5.0.1236], [7.004.18 Beta 2], etc. In the next column I have listed the megabyte size of these programs: [29.6], [18.3], [4.5], etc. What I want to develop is a formula that can sum only the values that are associated with the “Beta” versions. I have tried using [ IF(A1=”*Beta*”, B1,0)], but that returns a value of 0 when it should be 29.6 Any help would be appreciated. Thanks!

  2. #2
    Valued Forum Contributor
    Join Date
    04-13-2011
    Location
    Ottawa, Canada
    MS-Off Ver
    365
    Posts
    1,067

    Re: "IF" Formula Doesn't seem to work.

    Ignore this, tried to delete, but doesn't know how
    Last edited by dluhut; 05-17-2013 at 01:41 PM.

  3. #3
    Valued Forum Contributor
    Join Date
    04-13-2011
    Location
    Ottawa, Canada
    MS-Off Ver
    365
    Posts
    1,067

    Re: "IF" Formula Doesn't seem to work.

    Use SumIF function.

    =SUMIF (Software version information range, "*Beta*", megabyte sum range)

    i.e. =SUMIF($A$2:$A$4, "*Beta*", $B$2:$B$4)

    where range of column A is software information such as, [6.8 Beta 1], [5.0.1236], [7.004.18 Beta 2], etc
    and range of column B is megabyte size of these programs: [29.6], [18.3], [4.5], etc

+ 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