How To Make A Functional Venn Diagram Bulls Eye Chart For Accuracy
Dec 30, 2013
we all have a team, and we are scored on calls, appointments, demos, proposals, and revenue. Rather than asking us to do one or all of these metrics, I would like to have a bulls eye chart that could show people their bonus eligability, so if for example 50% of the circles are touching the bulls eye circle, you would be able to adjust what you need to work on for bonus.
Here is a sample graph.
sample structure.jpg
Here is sample data I am trying to work withsampledata2.xlsx
View 1 Replies
ADVERTISEMENT
Aug 6, 2014
How can I create a Venn Diagram in excel, or the closest thing to it. I would like all similar countries in the middle (where two circles overlap), then the differences on the outside with the country names. See my attached list.
MSCI vs. FTSE Emerging Market Countires.xlsx
View 6 Replies
View Related
Dec 12, 2012
How to create a dispersion diagram which will show me the impact of 3 variables on oil-in-place, which for the sake of this description, I shall call 'X'.
The 3 variables (let's call them A, B and C as I needn't go into the details) are used in the calculation for X. I have created tornado diagrams, which show me the positive and negative impact of each variable. But I'd like to create a diagram with X along the x-axis, with X increasing, and on the y-axis, have -1 to +1 which represents the impact of the variables A, B and C on X. So, as X increases, variable A might also increase toward +1, which would show me that as variable A increases, so does X. The reason why I'd like to learn how to do this is, whilst a tornado diagram will show me the impact of each variable on X, a dispersion diagram will also show be trends between variables. So, for example, variables B and C might both increase along the same trend, which would show me two things: that they both positively impact X and that one variable is dependent on the other.
I remember from a few years ago that an old version of Excel had a data sensitivity tool which did something like this. I'm working off of Excel 2010 now, and I've had a little look at the 'whatif' functions, but that doesn't seem to be what I'm looking for. Also, I would kind of like to see how to do this myself with the raw data, instead of the behind-the-scenes stuff.
View 2 Replies
View Related
Mar 26, 2009
I am trying to combine data from multiple worksheets and make a chart. I have about 200 keywords in every worksheet (about 50), and some of them repeat themselves through worksheets and some don't. For every keyword, I have an associated value in the next column that I want to portray over time (each worksheet is for a different period).
So what I need to figure out is how to be able to pick any 10 keywords from the worksheets and put them in a line chart where I can see the associated value for each period for every worksheet so I can compare my keywords' efficiency. The tricky part is that some worksheets do not contain the keyword and other worksheets contain the keyword in a different cell than the previous wsheet.
View 4 Replies
View Related
May 14, 2009
I've been look for an excel tool to draw venn diagrams with the 'circle' size in propartion to the set (population) sizes and the correct degree of intersect.
Having no luck I've made one myself - it's not pretty (the code sure is ugly) but it get's the job done.
May not work in versions earlier than xl07 - haven't been able to test
So take a look - pull it to pieces all you want.
**Warning**
Attachment contains Macros
**********
Orginal text in thread:
Silly question..but that's never held me back.
View 4 Replies
View Related
May 3, 2007
I have an issue with a very simple feature of excel.
When I enter a simple formula like: =1.2222-1.2211 , the answer is not 0.0011 but 0.0011000000000001 (if you increase decimals).
This error annoys me because if I use conditionnal formating (for example change color to red if value is 0.0011) then it will not work !!!
What is the reason of this error? Do you know where this comes from and how to avoid it? My figures usually go after 5 decimals.
If I use "Precision as displayed", the result of the calculation will be the same as before, but the Conditional formatting will work until I display too much decimal figures.
I think it is an issue that is well known and might be already raised somewhere in the forum but I do not know exactly how to search for it (I do not know the exact terms in English...).
I am using Excel 97.
View 9 Replies
View Related
Feb 23, 2014
I am interested in matching numbers. How to develop this:
=INDEX(All!E:E,IFERROR(MATCH(LEFT(B2,16)*1,All!A:A,0),IFERROR(MATCH(LEFT(B2,15)*1,All!A:A,0),
IFERROR(MATCH(LEFT(B2,14)*1,All!A:A,0),IFERROR(MATCH(LEFT(B2,13)*1,All!A:A,0),
IFERROR(MATCH(LEFT(B2,12)*1,All!A:A,0),IFERROR(MATCH(LEFT(B2,11)*1,All!A:A,0),
[Code] .....
It looks at what is in cell B2
It starts with the first 16 numbers and tries to match it with data in Col A of the sheet All!. If it finds a match it reports the data in the corresponding row of col E in sheet All.
If it cant match that it looks for the first 15 numbers and tries to match, then 14 then 13 etc etc.
Its often the case that the data in Col A of All is much shorter than the data in B2, so this works well.
The value in B2 is a telephone number. The values in Col A are Dial prefixes on a carriers rate card so the number is matched to the carriers rate card in the best way possible.
But I need to apply a different method for a different project.
The statement above gradually diminishes the accuracy of the number in cell B2
What I want to do is simultaneously diminish the accuracy of the two numbers to be matched.
For a successful match, the length of the number must be the same. So len(B2) must match len(matched cell).
But, the last number might not be the same. If there is no match, look at the numbers and see if there is a match if all the numbers are the same excluding the last 2 numbers in both, if no match, exclude the last 3 numbers in both, if no match exclude that last 4 numbers in both. Etc etc.
View 7 Replies
View Related
Nov 9, 2009
Take a look at this sample sheet.
LapCounter.xls
In it I've developed some lap timers for tracking runners. However to be truly useful, each time I press a LAP button on any one row it really needs to record time with millisecond accuracy, which it currently does not.
View 9 Replies
View Related
Jul 16, 2009
I have the following code to create a 3D line graph:
View 2 Replies
View Related
Jan 11, 2009
I am working on both MS Office 2003 and 2007. I am currently working some formulas on the worksheet which I would like to be protected. Therefore I would like some cells in the sheet to be protected and therefore only the person knowing the password (administrator) will be able to change.
View 3 Replies
View Related
Oct 9, 2007
I am trying to make a little game for a friend of mine. It picks a random number 1-1000 then he gets 10 chances to guess the number. After each guess, it tells him if the number is higher or lower. I have a userform that you put it your first guess, hit a button, and it tells you if the number is higher or lower. All the guess blanks and buttons are on the same UserForm. However, after you push the first button, the UserForm doesn't work anymore. How do I get it to stay functional the whole time?
View 9 Replies
View Related
Apr 29, 2006
I am trying to make a chart and I just used the macro recording thing to get the code. I have a variable called days.
ActiveChart.SeriesCollection(1).XValues = "='Pair Data'!R2C2:R24C2"
Instead of going to row 24 I want to go to row days+1 so I did the following:
ActiveChart.SeriesCollection(1).XValues = "='Pair Data'!R2C2:R"&days+1&"C2"
how I can fix it? It highlights the "C2" at the end and says Expected End of Statement.
View 2 Replies
View Related
Mar 21, 2007
1) i have office 2003 on a laptop. within powerpoint, i can create a 'microsoft excel chart 11' object. to create a link to the excel data source, do i have to go through the odbc sql setup? it works, but i don't want my powerpoint to be dependent on some excel file somewhere. what are the other options to insert/make a functional pivot chart in powerpoint with the data also within powerpoint? the data as sheet option does not result in the chart being a pivot, it's just a plain chart. it has to be a proper object, not an image paste or a chart that updates links with the excel file open.
2) i have office 2007 on my other laptop. i can not find any suitable object to choose from to make a pivot chart in powerpoint. what's the best way to go about in 2007 version?
3) am i going about this the wrong way with the objects? should i be after vba code?
View 4 Replies
View Related
Mar 22, 2009
I want to do is be able to take The data from one week for every store and compile it into a chart to show a summary of the company as a whole. I know that I can reference from that chart to each worksheet the values I want, but how would I give that chart the ability to update each time I add a weeks worth of data.
I have attached a file that shows what I am talking about. The sheets labeled Waterloo, Mogadore, through Green are the sheets for each store.
I want to take the last weeks data and put it into a chart as seen on Sheet1. Then when I add data for 3/21/09 I want to make a new chart without retyping the data into the chart.
View 2 Replies
View Related
Apr 17, 2014
I have never used charts in excel unfortunately. I just finished watching a few tutorials but still a little confused. I have a WS with a list of items I want to make various charts of how do you make a chart that adjusts when new items are added? (thus dynamic data) Do you need a macro to do this or is it just standard by defining a range within that sheet?
View 7 Replies
View Related
Jan 8, 2010
I have data:
Jan Feb Mar Apr May
2009years 56 45 42 50 62 - series1
2010years 48 47 45 48 55 - series2
I need make line chart from 3 series. First two are series1 and series2. Third is percent change between 2010 and 2009 years every month (series3). First two are easy, but third is very difficult for me, becouse I haven't row with percent change and I can't haven't it in my exercise.
How can I make it without new row with percent change?
I tried it with Data Source in chart, also formula in Name Manager, but it doesn't succeed
View 9 Replies
View Related
Oct 3, 2007
I would like to update a chart after I have updated the underlying data just by clicking a button and displaying the updated date in the chart. Does anyone know how to do this? Currently I am having to manually click on the graphs line in the chart, which highlights the columns data, then manually extend this for the chart to update. And then I am manually typing in a date cell in the chart. There MUST be a cool way to do this.
View 6 Replies
View Related
Mar 28, 2012
I am looking for a functional way to break up very large amounts of data. I am looking to break them up by an ID number and then by date. The date function needs to break up data from a hire date to the closest date to a year without going over and proceed to do that for multiple years. I am hoping that the function can just add a blank row between the split data. The file that I have not comatins three years.
View 1 Replies
View Related
May 16, 2014
I have a some sheets in a workbook that have collapsible columns, but I need to have the sheet protected/locked. This is for a my company's price book that goes out to distributors, so I can't have the sheet unlocked to where they can manipulate pricing. However, I need to have collapsible columns. Is it possible to have these functional while the sheet is locked?
View 10 Replies
View Related
Feb 4, 2010
column I row 11 has a functional argument that simply states to display the output
as .843 I need to edit it to .844 and I cannot seem to find out where or howto edit it.
There are others like this that I need to do too so I need to learn how to do it. Not just have someone do it for me.
ALSO as you can see this sheet displays #N/A all over the filled in cells... I would like them to be blank until I enter some pertinent info... I tried this is cell m7 BUT as you can see in m12 it goes back to the N/A
View 4 Replies
View Related
Jan 7, 2013
In a chart series, I have and end number for a row that I have been updating manually everytime I enter a new fuel tank fillup. Is there a simple way with the chart series to just say always go to the last data in the specified column?
See my example here, instead of the 137 in the series is there someway to just say "last data row"?
[URL]
View 1 Replies
View Related
Feb 8, 2013
I'm trying to plot a chart of some sort in Excel to display 4 angles that different blood vessels branch off the aorta. Ideally I'd like to input the values of these angles which would vary from patient to patient and have them be displayed in some kind of chart. The chart I'm hoping to achieve would be cirular with the 4 angles represented by spokes which extend out all of the same length. I've attached a rough sketch to show what I'm trying to achieve and I'd be hoping to be able to change each angle in a worksheet and have the chart update to reflect.
View 9 Replies
View Related
Aug 14, 2014
Or at least with a formula?
This is the chart formula for the report:
=SERIE(Report!$B$10;Report!$A$11:$A$30;Report!$B$11:$B$30;1)
View 3 Replies
View Related
Apr 24, 2014
I have read quite a few tutorials but none of them really reference what I am trying to achieve. Essentially I have one column with 2 options: "Compliance" and "Improvement". I am trying to make a dynamic chart based on the number of occurrences. From my understanding you need to use a "Named Range" and "Count" but I can not find any information on how you combine the two to make a chart.
View 3 Replies
View Related
Jul 17, 2013
I have a chart with percentages and most of them are >40% so I would like te values to start at 40 in the y axis but I would also want to have the 0% show (as it stands there is nothing there) It is a double y axis chart where the % is shown with just a dot and the other Y axis is the actual column. Im not sure if I'm making sense but I would just like to have the 1st value in the secondary y axis be 0 and the 2nd value be 40, and from that point forward scale in intervals of 5%.
So the values in the y axis are: 0%, 40%, 45%, 50%......
View 1 Replies
View Related
Jan 13, 2013
I am creating a very simple spreadsheet to manage my gym memberships. It basically has membership number, first name, last name, membership type (drop down box) start date and expiry date. I have put in conditional formatting so that the expiry date goes red when expired but i want to try and automate the inputting of the dates so for example.
If i select '1 week membership) from the drop down box in the membership type box it will firstly change the start date to the current date (i think this is using the NOW() function) and secodnly changes the expriry date to todays date plus 6 days. Ofcourse i want the expiry date to increase depending on the selection so if i select 1 month membership it would be now date plus 28 days.
I am stuck as to how i can do this and from internet tutorials have been told it requires macro as it cant be done any other way?
View 14 Replies
View Related
Jan 21, 2010
-- > I have a single button set-up to delete a diagram
-- > The diagram is made up of 7 parts
-- > If all 7 parts are present the button will work perfectly as is.
-- > If one or more parts are missing I get an error.
-- > I tried doing some error traps but it's not working like I know it should (code below).
--> The button assigned to this macro is "Clear Defualt..."
View 2 Replies
View Related
Apr 29, 2006
I'm not sure if this is possible or not, but I've exhausted all possibilities. I have a table (see attachment) that has due dates, and person assigned to it. What I am looking for is a way to plot out dots on a scatter diagram, a different color for each assigned person, versus the dates in order to tell when a certain date is busier than another. I can't seem to get Excel to want to do this, as I am unsure what to put on each axis.
View 3 Replies
View Related
Jun 18, 2014
I have created a spreadsheet which uses data validation to allow a user to select a company, start Date, end date, and projected months in order to output different figures. I have attached a spreadsheet to this post in case that was hard to understand.
Since there is data validation, indexing, and matching going on, as different selections are made, various tables change as a result. What I mean as you open the example sheet and start messing around with the data validation boxes.
The problem I am encountering now, is creating a chart that will also keep changing as the user changes their selections in the data validation boxes. I am unsure if this is even possible, but I figured it was worth a shot to ask. On the example sheet, I have included a graph similar to the one I want, but it only contains data in a certain range of cells, rather than dynamically changing to accommodate whatever data is outputted.
Here is what I am looking for in the graph:
1. Whatever dates are selected by the user in the data validation boxes, along with the projected dates will be on the x-axis.
2. The PMPM figures associated with the selected dates, and the projected dates on the y-axis.
3. Ability to make different selections from the data validation boxes and still have a dynamic chart that keeps updating itself.
View 2 Replies
View Related
Jul 17, 2014
I have a project coming up where I will receive tables in a certain format. I want to be able to create a macro that well create a chart based on a single inputted cell (start of data). The chart will have 4 series and five values per series. See the link below for sample data! The first data point is not in the same place in the sheet, but the table will have the rest of the data relative to that!
[URL] .......
View 2 Replies
View Related