Help with import ranges

lizmorton1990

New Member
Joined
Aug 19, 2020
Messages
13
Office Version
  1. 2013
Platform
  1. Windows
Hi,

I have created a google sheet that has what training people have done (all data tab), the data contains 4 courses and I then created 4 new tabs on the same sheet, one for each course. I then in each of the 4 tabs created an import range bringing all the data for the one course from the all data tab. My formula is this:

=QUERY(IMPORTRANGE("URL","Saba Report!a:j"),"Select * Where Col2='Skill Up, Stay Smart Module one: Firm Up Foundations'")

But my all data tab contains both text and numerical values, for example there is a payroll number column that has just pure numbers and also payroll numbers starting with IE. The 4 tabs bring through the numerical payroll numbers onto the tab but it doesn't pull through the payroll numbers starting with a letter, what am i doing wrong?

Also I have another column that shows time spent in the e-learning module and the format in the all data tab is like this 00:00:00, 0:00:21, 0:45:34 but in my 4 tabs it either pulls a blank or 0 - what do I need to do to ensure it pulls exactly what the data says in the all data tab please?

Thanks in advance, Liz.
 

Excel Facts

Which lookup functions find a value equal or greater than the lookup value?
MATCH uses -1 to find larger value (lookup table must be sorted ZA). XLOOKUP uses 1 to find values greater and does not need to be sorted.
Do you need QUERY and IMPORTRANGE rather than just FILTER?
 
Upvote 0
Hi Rory,

Very late reply, I don't filter as I want the formula to pull the relevant data into individual tabs, and then those tabs are imported into a different sheet for a vlookup to work.
 
Upvote 0
I don't follow - how does the FILTER function not achieve that?
 
Upvote 0

Forum statistics

Threads
1,214,864
Messages
6,121,981
Members
449,058
Latest member
oculus

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