Hi Community,
I have been experiencing some difficulties in trying to come up with a scatterplot from a set of data having empty cells. The data is much bigger than what I am about to show. I just decided to copy a small part to illustrate here my case.
I also would like to clarify that deleting rows won't be an option because in the real case i am building my graphs from data filtered from a database using pivot tables. Therefore, I really would need to be able to do a good scatterplot considering the empty cells.
Without much more introduction. Here below a small illustration of the situation:

When I create a scatterplot from the previous table I get :

... and you can quickly realize that there is something wrong. It is kind of putting in the X-axis the row number instead of my real X-axis according to the table and there are also some weird points in the Y-axis.
what I am looking to obtain is this result:

which is the result I would obtain If I delete incomplete lines, but yet again, that won't be an option for me.
Do you know if this is possible ?
Thanks for any help.
Julian