Why Are My Excel Error Bars Only Horizontal?

AI Thread Summary
The discussion revolves around issues with adding vertical and horizontal error bars in Excel graphs, specifically X-Y scatter graphs. Users report inconsistencies where some graphs allow vertical error bars while others default to horizontal, despite being the same graph type. The problem appears to be related to Excel's automatic settings for error bars. Solutions include exploring the "More options for Error bars" menu and experimenting with graph settings. Additionally, users inquire about removing large error bars and data points from their graphs. Suggested methods for deleting data points include creating new columns to preserve original data while excluding unwanted points or using the "IF" function to conditionally display data based on error bar values. This approach allows for maintaining data integrity while customizing the graph's appearance.
CAF123
Gold Member
Messages
2,918
Reaction score
87
I have a graph which I would like to add Y error bars to. When I click to add the error bars, it only allows me to add horizontal bars. This is very strange because the other graph I have, it allowed me to insert vertical bars.

Basically when I click on exactly the same menu to insert error bars, on one graph it takes me directly to vertical error bars and on the other graph it only allows me horizontal bars. I have for the last twenty mins been trying to get vertical bars on the menu that gives me horizontal bars. I don't know what else to try. I googled my problem but it just says click on 'More error bars options', but this is what I do by default.

It is if Excel is 'deciding' what error bars to give me.

Can anyone help?

EDIT: This is silly, now when I click on another graph I have created, I have vertical bars as my default... Vertical bars as default on two graphs, horizontal on the other - this makes no sense.

Many thanks.
 
Last edited:
Computer science news on Phys.org
Do you have a different type of diagram where you cannot add those error bars?
 
With X-Y (Scatter) graphs in Excel, I've never had trouble adding either horizontal or vertical error bars. What type of graphs are you using? Are they all the same type?
 
jtbell said:
With X-Y (Scatter) graphs in Excel, I've never had trouble adding either horizontal or vertical error bars. What type of graphs are you using? Are they all the same type?
Yes, they are X Y scatter graphs. I click on the graph and then go the menu at the top of the page and click 'Error Bars'. Then I choose the option 'More options for Error bars'. On two of the three graphs (they are all the same, the only dissimilarity being the data) I can have vertical bars but on the third only horizontal. How did you manage to choose what ones you wanted?
 
I managed to get the vertical errors eventually by playing about with it some more. I have another question though. I have noticed that some of my error bars are very large in comparison to some of the others (as much as 30 times). I want to delete these data points from the graph. Is there a way to delete data points individually?

If not, I want to delete their entries in my table of data (I'll keep all raw data someplace else). How can I do this without messing things up (I have inserted formula so by deleting, it confuses Excel).
 
One way is to create additional columns that have the same data values, and in those columns delete the points you don't want included on the graph. Then you still preserve the original data, in case you change your mind about displaying it.

Or, you can use the "IF" function in the new column; if the error bar is greater than some cutoff value, then set the cell value to "" (i.e., a blank cell); otherwise the cell value is the data value from the original data column.

For example, if column D is to be the data that you want on the graph, then cell D3 could say

=IF(C3>E$1,"",B3)

where column B has the original data, column C has the error values, and cell E1 has the error bar cutoff value.
 
Thread 'Urgent: Physically repair - or bypass - power button on Asus laptop'
Asus Vivobook S14 flip. The power button is wrecked. Unable to turn it on AT ALL. We can get into how and why it got wrecked later, but suffice to say a kitchen knife was involved: These buttons do want to NOT come off, not like other lappies, where they can snap in and out. And they sure don't go back on. So, in the absence of a longer-term solution that might involve a replacement, is there any way I can activate the power button, like with a paperclip or wire or something? It looks...
In my discussions elsewhere, I've noticed a lot of disagreement regarding AI. A question that comes up is, "Is AI hype?" Unfortunately, when this question is asked, the one asking, as far as I can tell, may mean one of three things which can lead to lots of confusion. I'll list them out now for clarity. 1. Can AI do everything a human can do and how close are we to that? 2. Are corporations and governments using the promise of AI to gain more power for themselves? 3. Are AI and transhumans...
Back
Top