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

  • Home
  • SEARCH
  • 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 8317097
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T21:30:39+00:00 2026-06-08T21:30:39+00:00

Was using this formula SheetName!CellAddress I need to import Data that is available on

  • 0

Was using this formula SheetName!CellAddress

I need to import Data that is available on other 2 sheets namely (sheet2 and sheet3) into sheet 1 in a way such that

the row values will be alternate i.e one value from sheet 2 and other value from sheet 3 respectively

Have tried like this
=Sheet2!C2
=Sheet3!D2

when i dragged for other values i was get only values in the even cell like(c4,d4,c6,d6)
If i change the for formula to

=Sheet2!C1
=Sheet3!D1
i was get only values in the even cell like(c3,d3,c5,d5)

But what i need is continous cells in row( c1,d1,c2,d2,c3,d3…)

So what formula i need to use for getting this result

  • 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-08T21:30:40+00:00Added an answer on June 8, 2026 at 9:30 pm

    I am still not 100% clear on what the question is asking, so let me know if the below answer doesn’t work for you.

    It sounds like what you’re looking for can be accomplished with OFFSET and clever use of IF statement.

    Suppose your formulas will be in column A, starting in A2. Then enter the following formula into A2 (line split added for readability; remove it):

    = IF(MOD(COUNTA(A$1:A1),2)=0, OFFSET(Sheet2!$C$1, COUNTA(A$1:A1) / 2, 0), 
        OFFSET(Sheet3!$D$1, COUNTA(A$1:A1) / 2, 0))
    

    Then drag the formula down.

    What it does:

    • MOD(COUNTA(A$1:A1),2)=0 – checks whether we’re in odd row or even row.
    • COUNTA(A$1:A1)/ 2 – takes half of the number of non-empty cells immediately above the current cell.
    • OFFSET(Sheet2!$C$1, COUNTA(A$1:A1) / 2, 0) – takes the cell which is COUNTA(A$1:A1)/ 2 cells below Sheet2!$C$1.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Using this C# application pick a start and ending date range, that SAP will
Using this tutorial: http://www.c-sharpcorner.com/uploadfile/UrmimalaPal/creating-a-windows-phone-7-application-consuming-data-using-a-wcf-service/ I have created sample/hello world application on the windows phone
Using this file as source, I have a situation where I need to retrieve
I am using this formula to show the number of days remaining this month.
I converted an RGB matrix to YUV matrix using this formula: Y = (0.257
I am writing a program in C that calculates this formula: (source: crewtonramoneshouseofmath.com )
i need to find acceleration of an object the formula for that given in
I have several sheets of data that have formulas written to compare values between
We are supposed to calculate e^x using this kind of formula: e^x = 1
1950 minutes is 32.5 hours. How do I calculate this using a formula in

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.