Jump to content

simple Excel question


breadandbubbles

Recommended Posts

basically ive got an excel speardsheet going. very basic stuff, basically a column of names and a few columns of numbers related to those names.

I have one sheet for every day of the week.

BASICALLY, i have it so that each cell in column A of each sheet corresponds to the same cell in column A in the first sheet, called Template.

so, Template has:

A

Jane Doe

John Smith

The Dude

and then sheet 4, for example looks like:

A__________________B____________C

Jane Doe____________8____________9

John Smith__________11___________33

The Dude___________12___________55

of course, sheet 4's column A just copies itself from Templates column A. if i SORT Templates column A differently, i, naturally, get this:

A

The Dude

John Smith

Jane Doe

BUT THEN, sheet 4 would look like this

A____________________B____________C

The Dude_____________8_____________9

John Smith____________11___________33

Jane Doe_____________12____________55

so now, Jane Doe, which before had '8' in column B has '12' in column B.

the rows dont stay together! of course.

so, obviously theres a better way to do this.

i cant find the answer ANYWHERE. any help?

Edited by breadandbubbles
Link to comment
Share on other sites


I don't think you can do that in Excel. Access is probably better suited for that.

Your numbers data in sheet 4 is not attached to the names in sheet 4, but your names in sheet 4 are attached to those in sheet 1. hence, you see that names are sorted but columns are not.

normally, when you sort, you also need to select all related to columns within the sheet. this doesn't work across sheets.

Link to comment
Share on other sites

Make a "static" Data_Area on a sheet (that you WON'T sort)

And use VLOOKUP.

Or I am not getting what you are wishing to do?

Can you explain what is that you are willing to do/need (as opposed to how you are doing it and it is not working)?

jaclaz

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...