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 7765565
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T15:11:50+00:00 2026-06-01T15:11:50+00:00

I have 100 Excel sheets of financial statement to extract selected data. For instance,

  • 0

I have 100 Excel sheets of financial statement to extract selected data. For instance, the first sheet is from company A, its ‘Total assets’ item is in A10, but in the second sheet the ‘Total assets’ is in A17, the third in A12….

So every financial statement’s items have different positions in their Excel sheet. Is there any way I can extract them by specify their name, such as ‘Total assets’, ‘Other earning assets’ etc, then I don’t need to read their location one by one.

  • 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-06-01T15:11:51+00:00Added an answer on June 1, 2026 at 3:11 pm

    sorry about the delay. You’ll want to import the data using

    [num,txt] = xlsread('EXCELFILEHERE');
    

    num will be a matrix of the numerical values while txt is a cell array of all the text values. Next you’ll need to search txt for your desired phrase using something like

    [row,col] = find(ismember(txt,'Total Assets')==1)
    

    This will give you a list of columns and the corresponding rows where you’ll find that phrase in txt. Then it’s just a matter of plugging that row back into num to get the data you need. Keep in mind that the sizes of num and txt might be a bit off depending on how your data is formatted. I suggest .xls files if you can.

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

Sidebar

Related Questions

In an Excel sheet, I have roughly 30 rows x 100 columns of data.
I have to export each and every data to excel sheet or ant format
I have an excel sheet similar to : I want to read data columns
I have a web page that accepts an excel file, reads data from it
I have 100 million lines of data, the data is a word no longer
I have 100 years of monthly data where each month is a file and
i have an excel spreadsheet that is about 300,000 rows and about 100 columns
I have an Excel spreadsheet which has a pivot table on it. The data
I have an excel spreadsheet with the following data ----- A-----------------B 1 ----X 2
I have an Excel source going into an OLE DB destination. I'm inserting data

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.