Follow this blog:
RSS
Email Alert

Microsoft Office

Determine the sum of sales for a particular day using one Excel formula

Takeaway: You can build an Excel formula that makes it easy to track sales. Mary Ann Richardson explains how.

A single formula can enable your users to track daily sales totals. For example, say management wants to be able to determine the total sales receipts for each product category any day of the month. Totals of daily product sales receipts are summarized in the worksheet shown in Figure A.

Figure A

sales data

Two sales figures are given for each date: one at the end of the night shift at 6:00 AM and one at the end of the day shift at 6:00 PM. When a manager enters a date in H2, we want to display the totals for each product in cells I5:I8. Here are the steps:

  1. Select cells I5:I8.
  2. Enter the following formula:
  3. =SUMIF($A$2:$A$21,$H$2,OFFSET($A$2:$A$21,0,MATCH(H5,$1:$1,)-1))
  4. Press Ctrl + Enter.

    The worksheet in Figure B shows the sales results for October 5.

    Figure B

    sales totals


    Miss an Excel tip?

    Check out the Microsoft Excel archive and catch up on other Excel tips.

    Help users increase productivity by automatically signing up for TechRepublic’s free Microsoft Office Suite newsletter, featuring Word, Excel, and Access tips, delivered each Wednesday.

    Get IT Tips, news, and reviews delivered directly to your inbox by subscribing to TechRepublic’s free newsletters.

    4
    Comments

    Join the conversation!

    Follow via:
    RSS
    Email Alert