Welcome to the Excel Forum

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed.

Please Register to Remove these Ads

Please Register to Remove these Ads



Reply
  #1  
Old 06-08-2009, 09:31 PM
dearickmilton dearickmilton is offline
Registered User
 
Join Date: 08 Jun 2009
Location: Atlanta, GA
MS Office Version:Excel 2007
Posts: 1
dearickmilton is becoming part of the community
If column A is a June date, return the dollar value for that line item.

Please Register to Remove these Ads

Hello. I'm pretty new at using formulas in Excel.

Worksheet A: Data
1) I have a list of customers alphabetically lined up for training, Column A, rows 1-365.
2) In Column B, I have the date they're scheduled to be trained.
3) In Column C, I have the forecasted revenue (i.e., $275.00.)

Worksheet B: Summary
1) Row A1 = total number of customers to train.
2) Row A2 = total number of customers to train in June 2009.
3) Row A3 = total number of customers to train in July 2009.
3) Row A4 = forecasted revenue from customers trained in June 2009.
4) Row A5 = forecasted revenue from customers trained in July 2009.

I think I have the formula for Row A1; however, instead of sorting Column B by date, I'd like to keep Column A in alphabetical order.

How do I write a formula so that Excel looks at Column B on the "Data" worksheet and, if a June date, add the corresponding forecasted revenue to Row A4 on the "Summary" worksheet?

Thank you very much.
Reply With Quote
  #2  
Old 06-09-2009, 09:39 AM
NBVC's Avatar
NBVC NBVC is offline
Forum Guru
 
Join Date: 06 Dec 2006
Location: Mississauga, CANADA
MS Office Version:2003 & 2007
Posts: 18,310
NBVC has a brilliant future NBVC has a brilliant future NBVC has a brilliant future NBVC has a brilliant future NBVC has a brilliant future NBVC has a brilliant future NBVC has a brilliant future NBVC has a brilliant future NBVC has a brilliant future NBVC has a brilliant future NBVC has a brilliant future
Re: If column A is a June date, return the dollar value for that line item.

Try:

=Sumproduct(--(Text(Data!$B$2:$B$100,"MMMYY")="Jun09"),Data!$C$2:$C$100)

adjust ranges to suit.
__________________
Where there is a will there are many ways. Pick One!

Please read the Forum Rules

If you are happy with the results, please add to my reputation by clicking the icon next to the Post # in the bar of my avatar (picture) in this post.

Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
Reply With Quote


Reply

Bookmarks

Tags
corresponding columns , formula creating , search column for date


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 Off
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Forum Jump