1.

Solve : excel query assistance?

Answer»

Hello esteemed users -
I have a spreadsheet with various cells and want to create a dynamic query to access a backend dictionary table based on the value of certain cells and insert into another tb.
For example, in the FOLLOWING:

EID or PID    PhyNum   Web   Red   Blu   Gre   Sil
5000418    p97582     x    x    x    x    x
5000419    p97584     x    x    x    x    x
5000420    p97583     x    x    x    x    x
5000421    p97585     x    x    x    x    x
5000422    p97586     x        x        x

EID, PID relate to CPK_WORKGROUP_ID
web, red, blu, gre, sil relate to C_DESC column

I want to query a table / insert to another.

Tables are:
tworkgroup (dictionary):
  CPK_WORKGROUP_ID
  C_DESC         
  C_CREATED_TS   

tworkgroupreqister:
  CPK_WORKGROUP_ID 
  CPK_USERID       
  C_WORKGROUP_ADMIN


Query is:

insert into db21sql.tworkgroupregister
select cpk_workgroup_id, '', 0
  from db21sql.tworkgroup
 where UPPER(c_desc) like '%SILVER%'; (or web, red, blu, gre for each with an 'x')

Is this doable? or am I up a tree 

TIA,
Jeff A



[year+ old attachment deleted by admin]When I think of tables and queries, I think of Access, not Excel.  So, I'll just suggest you consider using Access.  But, for help with Excel, you can find some Excel-specific forums by doing a search on excel forum. Thanks Soybean -
The users submit the XLS to us. My role is to add them to the back-end tables based on the data. I do certainly agree that  access would be a 'better' choice, but can't affect that change. 

Tku,
Jeff a



Discussion

No Comment Found