Legend on ChartI am updating chart that includes three years of data and want to add 2008.
The data has transferred, but the legend shows 2007,2008,2006. How can I get
2008,2007,2006 in order in the legend?
Change the order of the series. Double click on one series, and go to the
Series Order tab.
- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______
"Double L" <Double L@discussions.microsoft.com> wrote in message
news:4CAE4FE5-4390-4D48-BF68-CAA1CDA2BC65@microsoft.com...
>I am updating char...
How to use different return email addressesI use outlook 98. I have a mailbox with three aliases. People sending
me emails can use any of the three email aliases and the email will
arrive in the same mailbox. Accessing the mailbox once will retrieve
all messages regardless of which alias was used.
If I reply to these emails though, I want the recipient to think that
the email has come from the alias that they originally used. What
outlook always seems to do is use the email address of the service
that is listed first in Tools->Services->Delivery. Is there any way
Outlook can be set up so when I reply to a given email, my email
...
Publisher 2003-How does one learn how to use it?I'm disgusted with Microsoft. I purchased Microsoft 2003
with digital imaging expecting to find manuals on how to
use the product. There was a manual for the digital
imaging, but none for Publisher. How does one learn how
to use Publisher, through osmosis?
Not including an operating manual is like going into a
restaurant and ordering your meal only to find out the
restaurant doesn't supply silverware.
Does anyone know ehere I can get a manual or training?
I appreciate your responses.
Ron strange you think Microsoft would care about what you think.
Ron Publisher up to version...
Demographic chart?Hi,
I need to create a demographic chart in Excel, but I can't find the proper
chart type. Is there a suitable chart type? I've gone through all options I
can think of for a regular bar chart. (In my world, a demographic chart is a
bar chart with the values pointing in two different directions... Not very
complicated, but Excel doesn't seem to agree with me!) Does anyone know of an
adequate solution?
BR -
Aggie
Hi,
They are also known as Tornado charts or population pyramids.
http://peltiertech.com/Excel/Charts/tornadochart.html
http://tushar-mehta.com/excel/software/torna...
Excel 2007 Line Chart with MarkersI'm using a Line Chart With Markers tracking 4 data lines:
Red with Circles
Black with Squares
Blue with Diamonds
Yellow with Triangles
The yellow with triangles is very light and doesn't show very well in my PP
presentation. I would like to change the color of just that one line. How
do I do that?
Click on that series in the chart, and right click, format series. You should
now be able to change the color of the series.
--
Best Regards,
Luke M
*Remember to click "yes" if this post helped you!*
"Bishop" wrote:
> I'm using a Line Chart With Markers...
quick charting question for similar charts on multiple sheets
Hi, just wondering if there is a quick solution to my problem. I have
several charts, all virtually identical except for the data values in
them, and i have one chart per sheet, and about 100 sheets.
The problem is that some charts are positioned slightly different on
their respective sheets then others on other sheets, although some are
identical from sheet to sheet aswell. Just wondering if there is a
quick way to select them all, line them up identically on each sheet,
with all the same size/formating etc.?
Thanks.
--
Boon8888
-----------------------------------------------------...
Charting/ Graph questionHi all
I'd like to visually display a table that contains the following table
structure
StaffName Software 1 Skill Level Software 2 Skill Level (10
software titles >)
(around 50-60 people)
What i'd like to is output a simple visual output that shows me how
many people are at a particular level for the each software (but all
on one chart). I imagined that it may be nice to see blobs based on
the size of the number of staff at a particular skill level for the
specific software.
However i am not sure if this is the right way to represent this data.
I've created a se...
Chart in Chart
Hi
I currently using a 3 line chart, which is controlled by a scroll bar
What I need is to have a smaller chart, but magnified of the visabl
data for a period of days within the chart timeline. All I need to kno
is how to add a addional line chart in and excisting chart.
Hope you can assist
Thie
--
Thie
-----------------------------------------------------------------------
Thiem's Profile: http://www.excelforum.com/member.php?action=getinfo&userid=2747
View this thread: http://www.excelforum.com/showthread.php?threadid=49068
Hi,
You can embed charts within a chartsheet but y...
macro status indicatorI have a macro used in Excel that takes about 5 minutes to
execute. I am worried that users will become impatient, or
think that their computer has frozen in the mean time, and
will shut the program down before the code has finished
executing.
Now, when you download files from the internet, they
always have little indicator boxes, showing you how much
of the file has been downloaded.
Does anyone know a VBA code for displaying such an
indicator?
I have a message box to let users know how long it will
roughly take, but an indicator box of some sort would be
great.
Annika
John Wal...
Is there a way to remove reports we are not using from the reportThere are several reports we are not using and we would like to remove them
from the report list. We don't have to remove the reports altogether, just
from the available reports list... to reduce confusion for the clients.
Can this be done?
If so, how?
thank you,
Dave M
this utility will help you remove reports
you may want to use crystal reports to back up any you want to keep
http://www.microsoft.com/downloads/details.aspx?FamilyID=81517729-f640-4f46-ba30-6b9e6f451526&DisplayLang=en
"David M" <DavidM@discussions.microsoft.com> wrote in message
news:32...
Looping Macro to Find and MarkHi All,
I am looking for a macro that will search a variable length column to find a
specific embedded character string (regardless of case, i.e., "Display",
"display", "DISPLAY" are the same) and then color code the found cell (any
color) and place an "X" in the cell one column to the right of the found cell
in the same row. Any help would be appreciated.
Wish list: I would like to set the macro in motion to search all
worksheets. Search column will always be the same on each worksheet. Will
only search one column.
Thank you,
Tony
You c...
Toolbar button to run a VBA macroI have written a VBA macro in Publisher 2003 that makes some formatting
changes. It works fine.
I would like to create a toolbar button that I can click to run this code.
How do I do that?
I am familiar with customizing toolbars in other Office apps: In Excel, on
the Commands tab, there is a Macros category, and it contains the commands
Custom Menu Item and Custom Button. I don't find that in Publisher.
If I try to copy another button with the intention of changing its function,
when I right-click the copied button, there's nothing on the menu that
allows me to attach a macro to the...
How do I create a chart....I would like to create a chart that counts the exact number of a specific
name compared to other names. The names are in the same column but each cell
may contains a differnt name and I would like to count how many times each
name appears in the column and then compare them in a graph.
try selecting the column (A)?
<data><Filter><advanced filter>
select unique values
select a cell for the data to start (C1)
hit enter
inD1 enter
=countif(A:A,C1)
hit enter and copy down to the end of the C Column.
"awright" wrote:
> I would like to create a chart that counts ...
How do i set up certain message rules using outlook 2003Just moved from Outlook Express to Microsoft Outlook 2003. However i cant
work out how to make certain message rules.
I'm using three email addresses and trying to create the following rule but
cant work out how to do it. Heres the rule.
Where the To line contains 'info@j-i-d.co.uk'
Move it to the "Info" folder
Would really appreciate some help here!!
Thanks
Lord_buy_me_a_Mercedes_Benz wrote:
> Just moved from Outlook Express to Microsoft Outlook 2003. However i
> cant work out how to make certain message rules.
> I'm using three email addresses and t...
FRx Viewer should allow mouse wheel use.When you generate a report to the screen using FRx, it should allow you to
use the mouse wheel to scroll down the page. Almost all other applications
alow mouse wheel scrolling.
With the latest service pack you can't even scroll using the arrow button.
----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click &qu...
charts: 1. link to a cell in chart titles, 2. custom chart templatehello,
1.
how can i make a link to a cell in chart title, category axis & value axis?
i'd like to know how to make a title like eg below:
'Average revenues
[=B2], [=B3]' <- in line below (smaller font size than in line above)
2.
how can i make a my own chart (custom type) by making a own template (how to make a template, and how to implement it to excel
custom types charts)
i am interested in making types similar denkin diagram (similar to radar type) or leontief branch flow matrix (similar to x-y plot
with columns and rows with second x axis and second y axis)
is there a...
error using leban's ReportToPDFHi, and sorry for my english
I would like use the ReportToPDF functions in one of my projects.
When I try to generate the pdf from an access report i'm getting the
following error:
error '2282': The format in which you are attempting to output the current
object is not available
It seems that the problem is in the DoCmd.OutputTo sentence when the program
is going to create the previous snapshot.
I'm able of export any report to snapshot, but when I try to do it with the
DoCmd.OutputTo command, I get the specified error.
Any help?
thanks
This is an Access non Western ...
Chart items moving aroundHi everybody!
I have posted this before but I never got any replies so I did some testing
myself. I I want to share what I have found out with you and it would be
great to hear if someone else recognizes this.
Background:
I have a number of embedded charts on a scorecard sheet that gets updated
from several sources. I run this scorecard for different business units, take
pictures of the scorecards and put in another Excel file that I later make a
PDF of.
Problem: After running this a few times, I find that my chart legends have
moved around a bit and that some plot areas have been resi...
Simple State Diagram flow chart in Visio?I am trying to make a very simple State Chart Diagram in Visio.
I'm not sure if I should just use the basic flow chart or not, as I'm not
familar with UML.
I simply want to describe a software program that will move two one of four
"states" based on some conditions, then loop back around.
I am not opposed to just making a flow chart but was hoping to make it look
a little more "professional" using a State Diagram.
The examples seem rather complicated, I don't want to have to define
variables and all that using UML, I just want to show the four "states...
Combination of stock chart and line chartDose anyone know how to plot a stock chart and a line chart together in
combination ? I tried but can't seem to do it, is it possible in Excel ?
One way is stock chart with open, high, low and close plus volume but I need
to plot 2 other lines.
Thanks,
Hiromichi
Hiromichi -
I have written an explanation on this web page:
http://peltiertech.com/Excel/Charts/StockChartPlus.html
- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services
Tutorials and Custom Solutions
http://PeltierTech.com/
_______
hwatari wrote:
> Dose anyone know how to plot a stock chart and a...
Use of the DSUM functionWho can give me a hand?
I am using the function below; so far so good.
DAvg("[wng_OPP_SLPK1]";"TBL_Woningen";"[wng_CFT Code] = """ & [pdt_CFT code]
& """")
Now I need to generate a sum on a field that contains the value "J". How can
I change the function:
Sum(IIf([TBL_Woningen]![wng_COD_INDCV]="J";1;0))
into a
DSum function where the field to sum is wng_COD_INDCV (with the text "J"),
the table TBL_Woningen and the criteria [wng_CFT Code] = """ & [pdt_CFT code]
& "...
A great tip to find folders quickly using Favourite Folders in ExcelHi everyone. I came across this great little feature in Windows 7 to
add folders and locations to the =93Favourites=94 in the Excel open/create
dialog. With this neat little shortcut, you can add any folder you
use often, and save you having to continually hunt around for it.
I've blogged it here for you
http://voato.com/office/find-folders-quickly-using-favourite-folders-in-win=
dows-7/
...
How To Chart A Formula in Excel 2007I'm looking to plot multiple formulas on a single chart, and came across a
thread from 8/12/2005 for earlier versions of Excel for a single function,
which causes errors when recreated in 2007.
Error is
A Formula in this worksheet contains one or more invalid references
Verify that your formulas contain a valid path, workbook, range name, and
cell reference
I presume its due to changes in 2007, and possibly the Evaluate formula as I
cant find it listed in 2007.
Is there a new technique that avoids the error?
Thanks Very Much for any help.
Kris
In column A we have...
Can't change pt. size in a 3-D Format ChartFor some reason, I am not able to change the width and height point sizes
when I am trying to apply 3-D formatting to a chart in Excel. I try to type
the numbers in, but the pt size just defaults back to 0. My husband thought
it may have been a stuck number key somewhere, so I turned the computer off
and rebooted. No change. Any ideas? Thanks!
Point sizes of the whole chart?
What's wrong with a good old 2D chart? You won't have this kind of
problem, and you won't distort the data you're plotting, either.
- Jon
-------
Jon Peltier
Peltier Technical Services,...
create chart from external applicationHi,
I would like to know if this is possible....
I have an application that contains an hierarchical chart.
I would like to export this data into a format that Visio can *understand*,
and then import it into Visio and have it display in a hierarchical manner.
Does any body know if this is possible to do.
.....or, if there is another way of getting my data into Visio, can you
please let me know.
Thanks.
Here is an article that describes how to automate the org chart wizard, and
how to format your data:
http://office.microsoft.com/assistance/2002/articles/spotlight5_July00.aspx
Hope ...