+ Reply to Thread
Results 1 to 8 of 8

Estimated Quote value to be Zeroed where we have Net Sales figure in adjacent column

  1. #1
    Registered User
    Join Date
    01-24-2017
    Location
    Glasgow
    MS-Off Ver
    365
    Posts
    82

    Estimated Quote value to be Zeroed where we have Net Sales figure in adjacent column

    Hi guys,

    I have an estimated quote figure and a net sales figure on the attached spreadsheet.

    I want to SUM values in the Estimated Quote column but we need to ignore those that have a corresponding net sales value. So in essence we need to show where we have not been paid and only have a quote figure.

    If anyone can help I would appreciate it.

    Thanks in advance
    Attached Images Attached Images
    Attached Files Attached Files
    Last edited by BigErnKingpin; 08-01-2019 at 06:25 AM.

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,647

    Re: Estimated Quote value to be Zeroed where we have Net Sales figure in adjacent column

    Firstly, what is the purpose of this?

    =IF(J2,J2,K2)

    Secondly, please manually fill in the expected results in that final column. Is this an incremental total or what?

    Is this what you want?

    =SUMIF(J$2:J2,0,L$2:L2)
    Last edited by AliGW; 08-01-2019 at 05:45 AM.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,000

    Re: Estimated Quote value to be Zeroed where we have Net Sales figure in adjacent column

    Not sure what you mean, but maybe:

    =SUMIF(J:J,0,K:K)
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  4. #4
    Registered User
    Join Date
    01-24-2017
    Location
    Glasgow
    MS-Off Ver
    365
    Posts
    82

    Re: Estimated Quote value to be Zeroed where we have Net Sales figure in adjacent column

    Hi AliGW and Glenn,

    I have attached a screenshot of what it should look like to original post so you have a better idea.

    AliGW the =IF(J2,J2,K2) pulls over the net sales figure firstly but where we do not have a net sales figure it then pulls over the estimated figure in its place but that column is on, it is the issue in the new column to the right I am trying to resolve. I am looking for each cell in the new column to be populated with the correct value.

    Glenn the total your solution brings back matches what I would expect.

    Thanks
    Last edited by BigErnKingpin; 08-01-2019 at 06:03 AM.

  5. #5
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,647

    Re: Estimated Quote value to be Zeroed where we have Net Sales figure in adjacent column

    This then:

    =IF(J2=0,K2,"")

  6. #6
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,647

    Re: Estimated Quote value to be Zeroed where we have Net Sales figure in adjacent column

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.

  7. #7
    Registered User
    Join Date
    01-24-2017
    Location
    Glasgow
    MS-Off Ver
    365
    Posts
    82

    Re: Estimated Quote value to be Zeroed where we have Net Sales figure in adjacent column

    Hi ALiGW,

    This has solved it. Thank you very much!

  8. #8
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,647

    Re: Estimated Quote value to be Zeroed where we have Net Sales figure in adjacent column

    I would suggest you spend a bit of time reading up on basic formulae using functions such as IF, VLOOKUP, SUMIF(S) and COUNTIF(S). Not that we don't want to help you.,it's just that you'd accelerate your learning by so doing.

    As Sam noted, you need headings on row 28 and the corresponding table rows for that value to be brought through.
    Last edited by AliGW; 08-01-2019 at 06:36 AM.

+ 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. Sales Quote Formulas
    By JenScrim in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-23-2010, 01:20 PM
  2. Calculating monthly sales figure required to make annual turnover figure
    By CatIsoSio Sky in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-27-2010, 04:42 PM
  3. Looking for a U.S. map you can click on state for sales figure?
    By RicP in forum Excel Charting & Pivots
    Replies: 4
    Last Post: 03-31-2006, 09:35 AM
  4. How Do I figure sales profits on an excel worksheet?
    By roseanna in forum Excel General
    Replies: 1
    Last Post: 10-17-2005, 04:05 PM
  5. Ranking Salespeople According to Sales Figure
    By ExcelTip in forum Tips and Tutorials
    Replies: 0
    Last Post: 08-25-2005, 02:21 AM
  6. How do I extract sales tax from a given figure into a new cell?
    By Elite Achiever in forum Excel General
    Replies: 2
    Last Post: 05-25-2005, 05:06 PM
  7. [SOLVED] automating a sales quote spreadsheet
    By TXTrailerdaddy in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-16-2005, 06:06 PM
  8. Amortization of sales figure
    By carlcko in forum Excel General
    Replies: 0
    Last Post: 01-26-2005, 08:34 AM

Tags for this Thread

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