Question
Customer Order no. Anchor Invoice Date Amount Days Outstanding Status Baker 10643 17 10/30/2018 $ 586.00 Baker 10644 57 9/20/2018 $ 972.00 Birkey 10645 156
Customer | Order no. | Anchor | Invoice Date | Amount | Days Outstanding | Status |
Baker | 10643 | 17 | 10/30/2018 | $ 586.00 | ||
Baker | 10644 | 57 | 9/20/2018 | $ 972.00 | ||
Birkey | 10645 | 156 | 6/13/2018 | $ 503.00 | ||
Bordewick | 10646 | 66 | 9/11/2018 | $ 619.00 | ||
Bordewick | 10647 | 30 | 10/17/2018 | $ 650.00 |
In this Excel file we have a list of customers, some with multiple orders and individual invoices for each order. The goal of this project is to make a dynamic aging schedule using our knowledge of functions and Pivot Tables.
First, we will need to calculate the number of days the invoice has been outstanding. To do this, create an IF function in Column F to calculate the number of days outstanding based on todays date and the Invoice Date. If the date is past todays date, put a zero. HINT: Days outstanding = number of days between the invoice date and todays date NOTE: todays date should be volatile
*************I Tried using =today()-d2 in column f but the results were not accurate to the assignment
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started