N
N
Noir2019-03-27 19:12:30
SQL
Noir, 2019-03-27 19:12:30

How to add sorting from 10 to 20 in my line of code?

In cell F6, write a formula and get all cells from sheet q that meet the following requirements:
- The date falls on 2018 - did this

=QUERY(RangeAll1, "select E,F,G,J where A contains 2018")

- ionization energy (eV) is from 10 to 20 eV - left to finish
- Column number (first line of sheet q) = 5 or 6 or 7 or 10 - made by hand

Answer the question

In order to leave comments, you need to log in

1 answer(s)
T
Talyan, 2019-03-27
@PolarBearGG

I didn’t find anything about the between selection in Google Sheets, but try
where A contains 2018 and X between 10 and 20
or
where A contains 2018 and X >=10 and X<=20
where X is a column, hell knows which one, it’s not clear from your question nothing at all.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question