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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T12:55:06+00:00 2026-06-06T12:55:06+00:00

I am trying to get excel to follow patterns grabbing information from cells only,

  • 0

I am trying to get excel to follow patterns grabbing information from cells only, while keeping other cells in the formula static.

As follows:

=importxml(CONCATENATE(A1,B17),E1)

A1 = never changes

B17 = increments by 1 every time. Ex: B17, B18, B19, etc…

E1 = never changes

Right now it seems like excel is counting the number of cells from the cell I am currently in and once I try to follow that pattern it keeps counting the same number of cells to grab the cell in the pattern. (Ex: 7 cells up, so as I move down from the current cell it keeps looking for data in the cell 7 cells up from the current one, which is often, empty). Moreover, right now all cells are changing in the pattern and I only need SOME cells to follow the pattern.

I appreciate any help with this.

  • 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-06T12:55:07+00:00Added an answer on June 6, 2026 at 12:55 pm

    If I understand your question, you want to copy that formula while keeping the first and last parameters (A1 and E1) constant. That can be achieved by using the $ sign:

    • $A$1 will always be copied as $A$1
    • $A1 will be copied as $An where n is the row number – so if you copy it one row down (whatever the column) it will become $A2
    • A$1 will be copied as XX$1 where XX is the column – so if you copy it one column to the right, (whatever the row) it will become B$1

    So in your case you would use:

    =importxml(CONCATENATE($A$1,B17),$E$1)
    

    or if you need to make the B column constant (but not the row):

    =importxml(CONCATENATE($A$1,$B17),$E$1)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to get hyperlinks from individual cells in an excel spreadsheet with the
I am trying to get cells from excel into csharp but not sure what's
I am trying to get a document from Excel or OpenOffice that contains UTF
I'm trying to get data from an Excel file on a button click event.
I am trying to get data from Excel File to DataTable. Here's my code-snippet
I'm trying to get a report from my codeigniter project in excel, but I
I'm trying to get this CSV file that I exported from excel loaded into
I'm trying to read an excel file from C# using COM, and can get
I'm trying to get the xlGeneralFormatName From Excel, like this: Excel.Application _excelApp; Excel.Workbook _excelWB;
I'm trying to get an Excel function to return more arguments than are passed

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.