PC Review


Reply
Thread Tools Rate Thread

Choice of Formula

 
 
Naraine Ramkirath
Guest
Posts: n/a
 
      28th Jun 2007
I have a spreadsheet (daily sales transactions) that contains three columns.
Column A is Sales Rep; Column B is date; Column C is sales.



Data consist of data from the beginning of the year ( say Jan1 2007) thru
today.



I would like to create a summary report in the following format:



Sales Rep Month Sales YTD Sales



I know I can use the sumif to get the year to date sales. What formula can I
use to get the month to date sales as I would need from say June 1 thru June
28?



Your help is greatly appreciated.


 
Reply With Quote
 
 
 
 
=?Utf-8?B?VG9wcGVycw==?=
Guest
Posts: n/a
 
      28th Jun 2007
=Sumproduct(--(Sheet1!a2:a100=a2),--(month(Sheet1!b2:b100)=6),Sheet1!C2:c100)

Sheet1 contains your transactions

A2 is sales rep on summary

6 is month six (june)

HTH


"Naraine Ramkirath" wrote:

> I have a spreadsheet (daily sales transactions) that contains three columns.
> Column A is Sales Rep; Column B is date; Column C is sales.
>
>
>
> Data consist of data from the beginning of the year ( say Jan1 2007) thru
> today.
>
>
>
> I would like to create a summary report in the following format:
>
>
>
> Sales Rep Month Sales YTD Sales
>
>
>
> I know I can use the sumif to get the year to date sales. What formula can I
> use to get the month to date sales as I would need from say June 1 thru June
> 28?
>
>
>
> Your help is greatly appreciated.
>
>
>

 
Reply With Quote
 
Naraine Ramkirath
Guest
Posts: n/a
 
      28th Jun 2007
Toppers,

that works great, but can I use this instead?

SUMPRODUCT(--(Sales!$A:$A=Report!B9),--(MONTH(Sales!$F:$F)=6),Sales!$D:$D)

i don't want to have to change the range each day.



"Toppers" <(E-Mail Removed)> wrote in message
news:60A8E8EE-0954-44C0-B7D9-(E-Mail Removed)...
>

=Sumproduct(--(Sheet1!a2:a100=a2),--(month(Sheet1!b2:b100)=6),Sheet1!C2:c100
)
>
> Sheet1 contains your transactions
>
> A2 is sales rep on summary
>
> 6 is month six (june)
>
> HTH
>
>
> "Naraine Ramkirath" wrote:
>
> > I have a spreadsheet (daily sales transactions) that contains three

columns.
> > Column A is Sales Rep; Column B is date; Column C is sales.
> >
> >
> >
> > Data consist of data from the beginning of the year ( say Jan1 2007)

thru
> > today.
> >
> >
> >
> > I would like to create a summary report in the following format:
> >
> >
> >
> > Sales Rep Month Sales YTD Sales
> >
> >
> >
> > I know I can use the sumif to get the year to date sales. What formula

can I
> > use to get the month to date sales as I would need from say June 1 thru

June
> > 28?
> >
> >
> >
> > Your help is greatly appreciated.
> >
> >
> >



 
Reply With Quote
 
Peo Sjoblom
Guest
Posts: n/a
 
      28th Jun 2007
No, not unless you use Excel 2007, why don't you just use something that you
will never reach like A1:A25000


--
Regards,

Peo Sjoblom



"Naraine Ramkirath" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Toppers,
>
> that works great, but can I use this instead?
>
> SUMPRODUCT(--(Sales!$A:$A=Report!B9),--(MONTH(Sales!$F:$F)=6),Sales!$D:$D)
>
> i don't want to have to change the range each day.
>
>
>
> "Toppers" <(E-Mail Removed)> wrote in message
> news:60A8E8EE-0954-44C0-B7D9-(E-Mail Removed)...
>>

> =Sumproduct(--(Sheet1!a2:a100=a2),--(month(Sheet1!b2:b100)=6),Sheet1!C2:c100
> )
>>
>> Sheet1 contains your transactions
>>
>> A2 is sales rep on summary
>>
>> 6 is month six (june)
>>
>> HTH
>>
>>
>> "Naraine Ramkirath" wrote:
>>
>> > I have a spreadsheet (daily sales transactions) that contains three

> columns.
>> > Column A is Sales Rep; Column B is date; Column C is sales.
>> >
>> >
>> >
>> > Data consist of data from the beginning of the year ( say Jan1 2007)

> thru
>> > today.
>> >
>> >
>> >
>> > I would like to create a summary report in the following format:
>> >
>> >
>> >
>> > Sales Rep Month Sales YTD Sales
>> >
>> >
>> >
>> > I know I can use the sumif to get the year to date sales. What formula

> can I
>> > use to get the month to date sales as I would need from say June 1 thru

> June
>> > 28?
>> >
>> >
>> >
>> > Your help is greatly appreciated.
>> >
>> >
>> >

>
>



 
Reply With Quote
 
Naraine Ramkirath
Guest
Posts: n/a
 
      28th Jun 2007
Peo, thanks. that works.
"Peo Sjoblom" <(E-Mail Removed)> wrote in message
news:uQFW1$(E-Mail Removed)...
> No, not unless you use Excel 2007, why don't you just use something that

you
> will never reach like A1:A25000
>
>
> --
> Regards,
>
> Peo Sjoblom
>
>
>
> "Naraine Ramkirath" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > Toppers,
> >
> > that works great, but can I use this instead?
> >
> >

SUMPRODUCT(--(Sales!$A:$A=Report!B9),--(MONTH(Sales!$F:$F)=6),Sales!$D:$D)
> >
> > i don't want to have to change the range each day.
> >
> >
> >
> > "Toppers" <(E-Mail Removed)> wrote in message
> > news:60A8E8EE-0954-44C0-B7D9-(E-Mail Removed)...
> >>

> >

=Sumproduct(--(Sheet1!a2:a100=a2),--(month(Sheet1!b2:b100)=6),Sheet1!C2:c100
> > )
> >>
> >> Sheet1 contains your transactions
> >>
> >> A2 is sales rep on summary
> >>
> >> 6 is month six (june)
> >>
> >> HTH
> >>
> >>
> >> "Naraine Ramkirath" wrote:
> >>
> >> > I have a spreadsheet (daily sales transactions) that contains three

> > columns.
> >> > Column A is Sales Rep; Column B is date; Column C is sales.
> >> >
> >> >
> >> >
> >> > Data consist of data from the beginning of the year ( say Jan1 2007)

> > thru
> >> > today.
> >> >
> >> >
> >> >
> >> > I would like to create a summary report in the following format:
> >> >
> >> >
> >> >
> >> > Sales Rep Month Sales YTD Sales
> >> >
> >> >
> >> >
> >> > I know I can use the sumif to get the year to date sales. What

formula
> > can I
> >> > use to get the month to date sales as I would need from say June 1

thru
> > June
> >> > 28?
> >> >
> >> >
> >> >
> >> > Your help is greatly appreciated.
> >> >
> >> >
> >> >

> >
> >

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Formula for adding when cell is based on drop down choice Angel Microsoft Excel Programming 1 29th Jun 2009 06:24 PM
Re: Create formula to choose price based on previous choice. Dave Peterson Microsoft Excel Worksheet Functions 0 11th Jan 2007 12:52 AM
URGENT - Help with choice of formula =?Utf-8?B?UGlsb3Vsb25kb24=?= Microsoft Excel Worksheet Functions 2 19th Aug 2005 07:06 PM
Console replication of old CHOICE DOS command - how to timeout? - choice.vb (0/1) Mark A. Nadig Microsoft VB .NET 13 17th Mar 2005 03:40 PM
Applying a formula to a drop menu choice =?Utf-8?B?QW5kcmV3IEhpbGw=?= Microsoft Excel Misc 1 4th Jan 2005 11:05 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:22 AM.