Microsoft Excel is not a graphing program, so this will be a mess.
First of all, you should come up with a suitable x-range.
I think x = -1 to x = 6 is good, since the roots are 1 and 4. You can find the roots by simply factoring y = 2(x-4)(x-1).
Now, you need a column of x-values first.
In the first cell of the first column, type -1.
Now, what's the next x value? You need a small step, like 0.1.
So the next one is -0.9. Type that in under the -1.
Then simply highlight both cells, click the bottom right corner of the highlighted region, and drag down. It should make a list of all the numbers -1 through 6, with a step of 0.1.
Now go to the very top of the second column. A1 is your x value, so in B1 you'll need to type:
= 2*A1*A1-10*A1+8
That should give you an entry with value 20. Drag that one down the same distance, so you have two equal columns.
Highlight all the data now (both columns, all rows). Click on the graph icon (it has a bar-chart on it). Select a XY (scatter) graph, and choose the second row, second item (two curves without points). It should read "Scatter with data by smoothed lines without markers." Hit Next.
Hit Next again.
Give the chart a title, labels, etc. if you want them. Hit Next.
Choose where to put the object, and hit Finish.
Here is an example:
http://math.colgate.edu/~kellen/interspace/excel-sucks-for-graphing.xls