Alerts when plotting negative values in Logarithmic plots

jameswiltshire

New Member
Joined
May 29, 2002
Messages
35
Hi,

I am attempting to show some data in a logarithmic plot but i have some of the data is negative. I know i can't plot negative data in logarithmic plots and i don`t want to convert this data to positive values but is there any way of turning off the alerts.

Cheers for you help
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
Why is the data negative in the first place? Is there an error somewhere else, or are negative entries valid?

To plot on a log scale, use another column as your actual series anything <=0 would return a "N/A", else the actual data. This is untested, but should work.

example:

=IF(A1<=0,NA(),A1)
 
Upvote 0
Hi Jay,

Thanks for the reply. Most of the data is positive but occasionally it can become noisy which means it goes below zero.

I had thought of using another column but i was wondering if the alerts could be turned off.

Thanks for your help anyhow
 
Upvote 0

Forum statistics

Threads
1,214,911
Messages
6,122,198
Members
449,072
Latest member
DW Draft

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top