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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T06:22:21+00:00 2026-05-28T06:22:21+00:00

I don’t know if this is possible or not. I have a workbook that

  • 0

I don’t know if this is possible or not.

I have a workbook that has two sheets, “input” and “output”

user1 fills in the “input sheet”

Column A = name
Column B = Age
Column C = Location
Column D = Hight
..
..

Then on the “output” sheet Column A is set to copy the value from Column A on the “input” sheet and User2 fills in more details using the values that user1 has entered

Column B = eye colour
Column C = hair colour
Column D = number of fingers
..
..

So I hope you get the idea, User1 enters some details, and then User2 does some work with that and enters more details in the “output sheet. With Column A being the “index” value that links the two together.

My issue is that if User2 enters there details, and then goes back to the “input” sheet and preforms a sort, the values in the “output” sheet will no longer match, as while Column A will have changes to reflect the sort operation the rest will stay the same.

Is it possible to link rows between sheets, or to create a sort code that will run across both sheets and keep them consistence.

This does not have to work for ad-hoc searches that the user tries, I just want to put a button on the “input” sheet, for example to “sort by name”, “sort by Location” etc

Regards

Aaron

  • 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-28T06:22:21+00:00Added an answer on May 28, 2026 at 6:22 am

    If you’re ok with having pre-set sorts, one solution is to mirror both values from sheet A and sheet B to sheet C, and then just sort that, and re-populate the values in sheet A and B with the new, sorted, results.

    I.e.

    Sheet1                   | Sheet 2                           | Sheet 3 (Hidden and named)
                             |                                   | 
    Name     Age    etc,     | Eye Colour    Hair colour   etc.  | =Sheet1!A1 ... =Sheet2!A1
    

    Then your sort button would call a sub something like:

    Dim rngSortRange As Range, rngStartCell As Range, rngEndCell As Range
    Set rngStartCell = Worksheets("Sheet_3_Name_Goes_Here").Range("A1")
    Set rngEndCell = Worksheets("Sheet_3_Name_Goes_Here").Range( _
      rngStartCell.End(xlToRight).Column, _
      rngStartCell.End(xlDown).Row)
    Set rngSortRange = Worksheets("Sheet_3_Name_Goes_Here").Range(rngStartCell, rngEndCell)
    rngSortRange.Sort Key1:=<Column Number Here>, Order1:=xlAscending, Header:=xlYes
    rngSortRange.Range(rngStartCell, _
                        Worksheets("Sheet_3_Name_Goes_Here").Range( _
                         Worksheets("Sheet 1").Range("A1").End(xlToRight).Column, _
                         rngEndCell.Row _
                        ) _
                       ).Copy
    Worksheets("Sheet 1").Paste
    rngSortRange.Range(Worksheets("Sheet_3_Name_Goes_Here").Range(
                         rngStartCell.Column + Worksheets("Sheet 1").Range("A1").End(xlToRight).Column, _
                         rngStartCell.Row _
                        ), _
                        rngEndCell _
                       ).Copy
    Worksheets("Sheet 2").Paste
    

    That might need some work (e.g. you might need to reset sheet3 afterwards, you might need to pastevalues rather than just paste, else you’ll end up pasting self-referencing formulas), but the basic idea should work.

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

Sidebar

Related Questions

Don't know if this has been answered before. Have custom routes to users. If
Don't know what I did wrong. I have two indices with identical documents in
Don't know if this has been asked before, so point me to another question
I don't know why this double json response are not successful: [{first_content:content,...}][{second_content:content,...}] So i
I don't know if this has been asked before, but what i'd like to
don't know if this is possible.. I'm using sqlite3 schema: CREATE TABLE docs (id
Don't know why but I can't find a solution to this. I have 3
Don't know if there is a better way to do this, so that is
I don't know if this question is trivial or not. But after a couple
Don't dismiss this as a newbie question! It's not, I'm not, I've tried everything,

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.