1

I have a sheet where the query formula used is very simple.

Here is the test sheet

It just have to display the conetents of the second sheet in the first. Unfortunately, at some point the cell values are merged into single cells.

The example below shows till Apple1 to Apple 10 the data is merged in row 1.

I need a reason for this error and please avoid answering like, delete the row 15 of fruits tab sheet to correct.

Any cause for this is really appreciated.

Sheet2

enter image description here

Sheet1

enter image description here

1 Answer 1

1

QUERY has several arguments. If you don't include them, they are assumed to be defaults (with the third argument being to try to make the first row into a header). Try this instead:

=query(Fruits!A3:F,"Select *",0) 

or you can leave the middle argument blank in your case:

=query(Fruits!A3:F,,0) 
Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.