Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Workbook w/3 worksheets. Master Roster, Annual Dues, and Dance Fees. The
Name column of Master is linked to the Name column of the other 2 worksheets. The Dues and Fees worksheets have a Dues and Fees column adjacent to the Name column - entries there are tied to that name. When entering a new name on the Master sheet, sorting alphabetically causes the Dues and Fees columns to be off by one row below the new name after the sort. Is there a way to lock the Dues and Fees columns to the Name column entry so this does not happen? Thanks from a newbie! |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If it were up to me, I'd put all the information on a single sheet and
sort that. If you need separate Dues and Fees tables for reports or whatnow, refer from those sheets to the main sheet for the needed information. For instance, if on the Master Roster sheet you have your Names in column A and Dues in column H, then your Dues sheet column B could refer to the Master Roster sheet column H. In Dues!B1 you would have: ='Master Roster'!H1 and copy that down as far as you need. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Need to Improve Code Copying/Pasting Between Workbooks | Excel Discussion (Misc queries) | |||
Positioning Numeric Values Resulting from 6 Column Array Formula | Excel Worksheet Functions | |||
To copy values in a column relevant to text in an adjacent column? | Excel Worksheet Functions | |||
Running total w/2 columns - Excel | Excel Worksheet Functions | |||
how do i see if entries in one column are in another column? | New Users to Excel |