Cant make scatter plot from data

sammgg

New Member
Joined
May 5, 2013
Messages
1
so i have

xy
12.72*10^(-7)
22.04*10^(-7)
31.51*10^(-7)
41.12*10^(-7)
57.9*10^(-8)
65.23*10^(-8)
73.21*10^(-8)
81.85*10^(-8)
99.74*10^(-9)
104.19*10^(-9)
111.10*10^(-9)
129.78*10^(-11)
13 1.88*10^(-12)
14 9.59*10^(-16)

<tbody>
</tbody>

for data and every time i try to make a scatter plot it just puts a chart with no points or data in it and i need this scatter plot for tomorrow but nothings working
 

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
Hello sammgg, and welcome to Mr. Excel!
There are 2 easy ways to fix this...you get to choose whichever is easiest.
The data for "y" is entered as if it's a formula, except for the initial "=" sign. Also, the data implies that it's an attempt at scientific notation in Excel.
So...you can either enter an "=" before each entry in the "y" column, or you can change to Excel's scientific notation by replacing "*10^(" with the letter E, and deleting the ")" at the end.
For the first option, your first row would be =2.72*10^(-7) .
For the second option, your first row would be 2.72E-07. (If you just enter 2.72E-7, Excel will add the leading 0 on the -7).

Hope that helps,
 
Upvote 0

Forum statistics

Threads
1,214,585
Messages
6,120,399
Members
448,957
Latest member
Hat4Life

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