Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
NayNae
 
Posts: n/a
Default how do i create a daily income report (i'm a waitress)

i need to create a daily income report. I'm a waitress and it's hard to keep
track of $$$. Just something where I can calculate how much I make at the end
of the month.
  #2   Report Post  
Max
 
Posts: n/a
Default

Try this set-up

In Sheet2
----------
Enter in A1: Jan-2005
Copy A1 down to A60
(this returns a 5 year's worth
of monthly listing: Jan-2005, Feb-2005 .. Dec-2009)

Click Insert Name Define
Under Names in workbook, put: MyMonth
In the Refers to box, put: =OFFSET(Sheet2!$A$1,,,COUNTA(Sheet2!$A:$A))
(This creates a dynamic range for use in the data validation we're going to
put in Sheet1)

In Sheet1
----------
Put in A2: 01-Jan-2005
Copy A2 down to say, A2000
(A2:A2000 will return the daily dates)

In the adjacent range B2:B2000 will be where you enter the daily income
(Select col B and format as currency)

Let's create a data validation list to select the month-year of interest

Select A1
Click Data Validation
Under Allow, select "List"
In the Source box, put: =MyMonth
Click OK

Put in B1:

=IF(A1="","",SUMPRODUCT((MONTH(A2:A2000)=MONTH(A1) )*(YEAR(A2:A2000)=YEAR(A1)),B2:B2000))

B1 will return the total income for the month-year selected in the droplist
in A1
If you select: Jan-2005 in A1, B1 will return the total income for Jan-2005,
and so on

--
Rgds
Max
xl 97
---
GMT+8, 1° 22' N 103° 45' E
xdemechanik <atyahoo<dotcom
----

"NayNae" wrote:

i need to create a daily income report. I'm a waitress and it's hard to keep
track of $$$. Just something where I can calculate how much I make at the end
of the month.

  #3   Report Post  
Max
 
Posts: n/a
Default

If you'd like a sample book with the set-up implemented,
just drop me a line at either:

demechanik <atyahoo<dotcom
or
xdemechanik <atyahoo<dotcom

(both valid)
--
Rgds
Max
xl 97
---
GMT+8, 1° 22' N 103° 45' E
xdemechanik <atyahoo<dotcom
----


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I create a daily spending spreadsheet in Excell? Swan22 Excel Worksheet Functions 1 January 24th 05 03:36 PM
How do I create a running report on Excel Michellle M New Users to Excel 1 January 16th 05 02:54 PM
Vlookup and Indexing in excel CLSCHWIES Excel Worksheet Functions 2 December 4th 04 01:57 AM
How do you create a macros without overwriting the previous one y. Gibbie Excel Discussion (Misc queries) 2 November 29th 04 10:09 PM
Selecting Data for report Biz Excel Worksheet Functions 0 November 11th 04 03:22 PM


All times are GMT +1. The time now is 09:29 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"