+ Reply to Thread
Results 1 to 3 of 3

A little help please?

Hybrid View

  1. #1
    Registered User
    Join Date
    04-25-2005
    Posts
    5

    A little help please?

    I am trying to figure out the best way to calculate this formula. Here is what I have.

    If c3 = 1 then I3 = sum of g3 *.15
    if c3 = 0 then h3 = sum of g3 * .10

    how would I go abot making this into a excel formula?

  2. #2
    Registered User
    Join Date
    04-25-2005
    Posts
    5
    so i kind of got this to work but it still doesnt totally work.

    =SUMIF(D3,0)+G3*$H$1
    =SUMIF(D3,1)*G3*$I$1

    but when i enter 1 for d3 it still calculates for h3?
    when i put 0 in d3 it works?

    a little confused here

  3. #3
    Forum Contributor
    Join Date
    06-23-2004
    Location
    Houston, TX
    Posts
    571
    Quote Originally Posted by jefftracy
    I am trying to figure out the best way to calculate this formula. Here is what I have.

    If c3 = 1 then I3 = sum of g3 *.15
    if c3 = 0 then h3 = sum of g3 * .10

    how would I go abot making this into a excel formula?

    See of this works for you. Enter in I3,

    =if(C3=1,G3*0.15,if(C3=0,G3*.10,""))

    Hope this is what you are looking for.

    Regards.
    BenjieLop
    Houston, TX

+ 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