+ Reply to Thread
Results 1 to 7 of 7

Compute Open Invoices

  1. #1
    Forum Contributor
    Join Date
    01-04-2014
    Location
    East Africa
    MS-Off Ver
    MS OFFICE 2019 PRO
    Posts
    3,611

    Compute Open Invoices

    Look at Sheet1 the raw data , Look at Sheet 2 , manually done work

    Macro required to do sheet 2

    - It should first plug totals , spread the totals over invoices and do the rest
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,147

    Re: Compute Open Invoices

    in Sheet1

    in H2

    =IF(SUM($F$2:F2)<=$G$21,F2,MAX($G$21-SUM($F1:F$2),0))

    in I2

    =F2-H2

    in J2

    =IF(I2>0,"PENDING","")
    Attached Files Attached Files
    Last edited by JohnTopley; 08-05-2022 at 09:38 AM.
    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

  3. #3
    Forum Contributor
    Join Date
    01-04-2014
    Location
    East Africa
    MS-Off Ver
    MS OFFICE 2019 PRO
    Posts
    3,611

    Re: Compute Open Invoices

    This is beautiful John , formula achieved and no need of macro

  4. #4
    Forum Contributor
    Join Date
    01-04-2014
    Location
    East Africa
    MS-Off Ver
    MS OFFICE 2019 PRO
    Posts
    3,611

    Re: Compute Open Invoices

    Closing the Thread , if you only add me how many days is the pending at column K , after writing 30-Mar-2021 on A21

  5. #5
    Forum Contributor
    Join Date
    01-04-2014
    Location
    East Africa
    MS-Off Ver
    MS OFFICE 2019 PRO
    Posts
    3,611

    Re: Compute Open Invoices

    Thank you very much again JOHN , u have put me into shock mode , i thought only macro would have done that

  6. #6
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,147

    Re: Compute Open Invoices

    in K2

    =IF($J2="PENDING",$A$21-$A2,"")

  7. #7
    Forum Contributor
    Join Date
    01-04-2014
    Location
    East Africa
    MS-Off Ver
    MS OFFICE 2019 PRO
    Posts
    3,611

    Re: Compute Open Invoices

    Got u John T , thank you again

+ 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. [SOLVED] Compute Goods Value
    By Howardc1001 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-19-2021, 10:19 AM
  2. [SOLVED] how to compute OT and undertime
    By concepcion.jensen in forum Excel General
    Replies: 12
    Last Post: 01-25-2017, 09:01 AM
  3. [SOLVED] Multiple Open Invoices
    By billgyrotech in forum Excel General
    Replies: 1
    Last Post: 05-12-2014, 12:23 PM
  4. how to compute adherence
    By zzblitzz in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 06-26-2013, 12:42 AM
  5. [SOLVED] compute for Coordinates using vba
    By silverarrow88 in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 02-12-2013, 11:51 AM
  6. Replies: 0
    Last Post: 01-14-2013, 01:44 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