Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7597819
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T22:15:04+00:00 2026-05-30T22:15:04+00:00

I have an excel file with 815 records that includes service name and charge.

  • 0

I have an excel file with 815 records that includes service name and charge.
In the database, some records have been entered so remaining 781 records need to inserted.

The problem is that there are 2 tables, one is departmentalservices and the other is deptservicedetails.
Departmental service table has service name (among other things) and is joined to deptservicedetails by a column called service_id. Deptservicedetails is where the charge for that service will be present (as there are cash and credit charges but dont worry about that). Departmental services has all the service names but the charges for each of them is not present in the details table.

Now if I use the program normally to insert the charges, its gonna take long as you know.
Hence, is there a way in which i can write multiple insert queries (using excel formula) or something that would match a name in the excel sheet with an id in the table and hence I can insert a record into the details table by id.

At the moment I could write an insert query with name and charge but the details table requires service id and not name with an insert query.

Hope its understood and thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T22:15:06+00:00Added an answer on May 30, 2026 at 10:15 pm

    Without more detail this is all a bit of a shot in the dark.

    In Excel you can simply write a formula to build your SQL INSERT statements and if you use INSERT INTO…SELECT statements you can get the service_id during the insert. An Excel formula something like this:

    ="INSERT INTO deptservicedetails SELECT " & B2 & "," & C2 & ", service_id FROM departmentalservices t2 WHERE t2.service_name = '" & A2 & "';"
    

    Where cells B2 & C2 are values you want to insert (if they are strings then you’ll need to include single quotes) and A2 contains the name of which you want to look up the ID for.

    Of course you could also just export your name / id data to Excel, perform a VLOOKUP() and build your SQL that way.

    I would first try this for one record, validate the SQL is correctly formed and then run it for all your inserts.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an excel file that I need to make some changes. I need
I have an Excel file that gets external data from database table. I need
I have a an excel file that has been manually populated, and now needs
I have an Excel file with a Macro that connects to an Oracle Database,
I have an Excel file that has some Spanish characters (tildes, etc.) that I
I have Excel file and some contents, coming from external source(database, file, whatever). I've
I have an Excel file that contains some values. I need to check if
I have an Excel file that I need to import into a (new) Oracle
I have an excel file that I want to embed in my C# assembly.
I have an Excel file (which has data imported from Oracle 10G Database) one

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.