+ Reply to Thread
Results 1 to 5 of 5

Help with if/or formula - attachment

  1. #1
    Registered User
    Join Date
    11-18-2011
    Location
    NY
    MS-Off Ver
    Excel 2003
    Posts
    6

    Question Help with if/or formula - attachment

    2XX VJ VENDOR PAYROLL (0X-XX to 0X-XX) TEST.xlsx

    Trying to write the following, Any help would be appreciated, Thanks!

    SUM OF (QUEENS I1120)
    IF CELL (SUMMARY) B9 IS BETWEEN 0-300 MULTIPLY B9 BY SUM OF UNIT COUNT BY $2.00 (OTHERWISE ENTER ZERO)
    IF CELL (SUMMARY) B10 IS BETWEEN 301-399 MULTIPLY B10 BY SUM OF UNIT COUNT BY $2.50 (OTHERWISE ENTER ZERO)
    IF CELL (SUMMARY) B11 IS GREATER THEN 400 MULTIPLY B11 BY SUM OF UNIT COUNT BY $3.00 (OTHERWISE ENTER ZERO)

  2. #2
    Valued Forum Contributor
    Join Date
    01-19-2012
    Location
    Barrington, IL
    MS-Off Ver
    Excel 2007/2010
    Posts
    1,211

    Re: Help with if/or formula - attachment

    Try this instead of an IF statement

    Place in E9:
    =IFERROR(B9*LOOKUP(B9,{0,301,400},{2,2.5,3}),0)

    And copy down
    Last edited by Speshul; 10-17-2014 at 11:34 AM.
    You should hit F5, because chances are I've edited this post at least 5 times.
    Example of Array Formulas
    Quote Originally Posted by Jacc View Post
    Sorry, your description makes no sense. I just made some formula that looks interesting cause I had nothing else to do.
    Click the * below on any post that helped you.

  3. #3
    Registered User
    Join Date
    11-18-2011
    Location
    NY
    MS-Off Ver
    Excel 2003
    Posts
    6

    Re: Help with if/or formula - attachment

    2XX VJ VENDOR PAYROLL (0X-XX to 0X-XX) TEST.xlsx

    I made an error in my original upload. This formula did not work. I revised and attached again, showing what the new formula should be and what the totals should look like,
    My apologies.

  4. #4
    Registered User
    Join Date
    11-18-2011
    Location
    NY
    MS-Off Ver
    Excel 2003
    Posts
    6

    Revised: Help with if/or formula - attachment

    Revised

    I made an error in my original upload. This formula did not work. I revised and attached again, showing what the new formula should be and what the totals should look like,
    My apologies.

  5. #5
    Registered User
    Join Date
    12-15-2011
    Location
    Washington
    MS-Off Ver
    Excel 2013
    Posts
    39

    Re: Help with if/or formula - attachment

    Is this what you were looking for? This is a quick and dirty. It's extensible after the first row. I recommend a column like I made for unit tier so you can easily change things later.
    Attached Files Attached Files

+ 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. Help with Array Formula (With Attachment)
    By tennisbuck in forum Excel General
    Replies: 6
    Last Post: 06-06-2014, 02:30 PM
  2. Formula Required for the Attachment
    By shekar_genius in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-12-2013, 01:48 AM
  3. [SOLVED] complicated INDEX (or VLOOKUP?) formula [now with attachment!]
    By BHammy in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-10-2012, 05:15 PM
  4. Attachment manipulation based on string in attachment
    By fterveen in forum Outlook Programming / VBA / Macros
    Replies: 1
    Last Post: 04-27-2012, 08:40 AM
  5. confused formula......, see attachment
    By jianming in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-30-2007, 08:56 AM

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