+ Reply to Thread
Results 1 to 5 of 5

Change Order Approval Tracking

Hybrid View

  1. #1
    Registered User
    Join Date
    11-13-2015
    Location
    USA
    MS-Off Ver
    Excel 2007
    Posts
    3

    Change Order Approval Tracking

    I have a ton of change orders, some get approved, others don't. I have a cover page which lists all of the change orders and the added or deduct costs involved. I have a column titled "Approved" to the end with a "yes" or "no" option for each of the change orders if they are approved or not. I would like to add a formula so that the total of all the change orders only adds up the ones with a "yes" in the final column.
    Attached Files Attached Files
    Last edited by Rhyno86; 11-13-2015 at 03:50 PM.

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Change Order Approval Tracking

    I would use Data Validation and a drop down to make sure everyone responses with Yes or No (and not Y or N). Then =COUNTIF($F$3:$F$35, "Yes") to count the number of approved CO's.
    Is that what you are looking for?
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  3. #3
    Registered User
    Join Date
    11-13-2015
    Location
    USA
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: Change Order Approval Tracking

    I would use Data Validation and a drop down to make sure everyone responses with Yes or No (and not Y or N). Then =COUNTIF($F$3:$F$35, "Yes") to count the number of approved CO's.
    Is that what you are looking for?
    Not quite, but I did use the Data Validation. Thank you!

  4. #4
    Registered User
    Join Date
    08-17-2012
    Location
    New York, New York
    MS-Off Ver
    Excel 2010
    Posts
    97

    Re: Change Order Approval Tracking

    Hello, I think the formula you want in Cell F36 is

    =SUMIF(F4:F35,"Yes",E4:E35)

  5. #5
    Registered User
    Join Date
    11-13-2015
    Location
    USA
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: Change Order Approval Tracking

    Hello, I think the formula you want in Cell F36 is =SUMIF(F4:F35,"Yes",E4:E35)
    That is what I was looking for. Thank you!
    I inserted the code into cells C36 and D36 to add up the totals of their respective columns only if the data validation cell I inserted to the end was set to "yes".
    Attached Files Attached Files
    Last edited by Rhyno86; 11-13-2015 at 03:53 PM.

+ 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. VBA Programming Help For Customer Order Tracking (Possible Freelance Work)
    By JosephFerrero in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 01-06-2015, 03:08 PM
  2. Work Order Tracking
    By BigF'inG in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 08-24-2014, 05:18 AM
  3. Help me build an order tracking worksheet
    By brianlg in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-22-2014, 11:23 PM
  4. [SOLVED] VBA to detect change in order number, then add a value to each 1st line of that order
    By Marijke in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-04-2013, 09:19 AM
  5. COUNTIF for Re-order Tracking
    By n_navock in forum Excel General
    Replies: 1
    Last Post: 09-16-2010, 09:57 PM
  6. Tracking inventory order history
    By rjez in forum Excel General
    Replies: 1
    Last Post: 07-13-2006, 07:40 AM
  7. [SOLVED] Change Order Management Tracking with Budgeting Focus
    By djasail in forum Excel General
    Replies: 1
    Last Post: 05-03-2006, 06:45 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