+ Reply to Thread
Results 1 to 4 of 4

1 from column A, 1 from column B - you get egg roll!

  1. #1
    Registered User
    Join Date
    07-31-2007
    Posts
    6

    Question 1 from column A, 1 from column B - you get egg roll!

    OK, I'll try this again, here's what I want to accomplish:

    Cell A40 is the sum of a column. Cell B40 is the sum of a column. I want the sum of cell A40 to reduce by 30% "if" cell B40 is equals 12 or more.

    So I want to total the A column in cell A40 and multiply it by .70 if the sum in A40 is greater than 12.

    Anyone know how to accomplish this?

    A big THANK YOU!
    Last edited by golfnutte; 08-01-2007 at 11:53 AM.

  2. #2
    Forum Contributor
    Join Date
    07-05-2007
    Location
    Lexington, MA
    Posts
    302

    Conditional multiplier

    A40: =sum(A3:A39) * IF(B40>12, 0.70, 1)

  3. #3
    Registered User
    Join Date
    07-31-2007
    Posts
    6

    Something is missing?

    Hi and thanks for the reply, my column totals just fine now, but it did not perform the multiplying part and consequently reduce my sum by 30%...????

  4. #4
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP and 2007
    Posts
    15,850
    I don't see anything wrong with Frank's formula. What's in B40?

+ 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