Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 25
Default Want to display value in chart

I would like to show a value if 2 type of data is chosen

Example
Due Date Date of Billing Number
05W Sept 2009 55
06S Oct 2009 47.5
07C Sept 2009 28.12

So if 05W and Sept 2009 is shown 55 will appear.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,441
Default Want to display value in chart

Spence,

With 05W in H1, and Sep 2009 in H2

=IF(SUMPRODUCT((A2:A10=H1)*(B2:B10=H2)*ROW(A2:A10) )<0,INDEX(C:C,SUMPRODUCT((A2:A10=H1)*(B2:B10=H2)* ROW(A2:A10))),"Not
Found")

You may have a problem with the dates, depending on how you entered them / formatted them. The date
values must be entered exactly the same.

HTH,
Bernie
MS Excel MVP


"spence" wrote in message
...
I would like to show a value if 2 type of data is chosen

Example
Due Date Date of Billing Number
05W Sept 2009 55
06S Oct 2009 47.5
07C Sept 2009 28.12

So if 05W and Sept 2009 is shown 55 will appear.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,766
Default Want to display value in chart

=SUMPRODUCT((A3:A15=A19)*(B3:B15=B19)*(C3:C15))

--
Regards,

Ashish Mathur
Microsoft Excel MVP
www.ashishmathur.com

"spence" wrote in message
...
I would like to show a value if 2 type of data is chosen

Example
Due Date Date of Billing Number
05W Sept 2009 55
06S Oct 2009 47.5
07C Sept 2009 28.12

So if 05W and Sept 2009 is shown 55 will appear.


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
Chart display help Rusty McLouth Charts and Charting in Excel 2 December 9th 08 03:43 PM
Can I display an Excel chart as my screensaver display? Burke Charts and Charting in Excel 0 August 1st 06 07:01 PM
How to display a series in chart table and not in the chart? Mani Charts and Charting in Excel 1 February 22nd 06 04:38 PM
Pie Chart display Bryan Hessey Excel Discussion (Misc queries) 0 August 12th 05 05:12 AM
Display cell value on a chart. Andrew Constantinidis Charts and Charting in Excel 1 January 8th 05 04:36 AM


All times are GMT +1. The time now is 06:23 AM.

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

About Us

"It's about Microsoft Excel"