gSheet query output sorting with adjacent columns (not part of the query)

dmj120

Active Member
Joined
Jan 5, 2010
Messages
308
Office Version
  1. 365
  2. 2019
  3. 2010
I created a tab to pull out "problems" for a team member to research and enter the correct info columns adjacent -- Cols A:H are 'problematic' and I:O are where the correct information will be added, which I will then use to update the main sheet.

Is there anyway to set this up so when more items are added, or the columns are sorted that keeps each row A:O together?

SQL:
=QUERY({J.ReviewList!A3:P}, "SELECT Col1,Col2,Col3,Col4,Col11,Col12,Col13,Col15 
WHERE Col14 = 'prob.JJ' AND Col15 LIKE '%wrong%' AND Col9 = 'previous' ORDER BY Col2")
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.

Forum statistics

Threads
1,223,315
Messages
6,171,400
Members
452,398
Latest member
InvoicingNoob

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