How to tie rows to columns that update

realPrincessApril

New Member
Joined
Jul 5, 2021
Messages
20
Office Version
  1. 365
Platform
  1. Windows
Hi all,

I'm not sure how to handle my problem in Sheet C:

Sheet A
Column A is a list of my client caseload. This is a named range (ClientList) and expands and contracts as I open and close cases.

Sheet C
Column A displays the aforementioned ClientList named range from Sheet A. In Columns B, C, etc., I have manually entered several bits of data (medication names, start dates, provider name, etc.). All good so far, but then I open or close a case in Sheet A and sort my list to realphabetize and remove any blank rows. So the named range changes in Sheet A and therefore in Sheet C, Column A. However, all the columns to the right of Sheet C, Column A are static and do not sort along with the new order and values in the named range ClientList.

Problem
Is there a way to tie Sheet C's columns (say B through S) to Sheet C, Column A so that, when the named range updates, those rows also sort as needed to stay tied to the appropriate client? I realize I could put everything into Sheet A, but the information really belongs in separate sheets if possible.

Any guidance is welcome. Thank you for any time and assistance you can provide, and happy holidays to anyone celebrating.
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
You would need to make data table for you detailed client information on a new Sheet e.g Sheet D. Then use a lookup to return the detailed information to Sheet C, Sheet C becomes the expanded view of your cases and info. We will need to use an array formula to always return the same of order case names from ClientList.

Are you able to post any sample data for us to look at?
 
Upvote 0
Hi @RasGhul thank you for your reply. I created a simplified and desensitized sample book and uploaded here. If it's unclear just let me know and I can provide more info (I left some notes in there). For now have a nice night and perhaps holiday if in the US and celebrating.
 
Upvote 0
Maybe you could use this;

Ideally you will need to create 1 data table for all of your client data & changes, then extract to the Sheet A & C tables, then when you sort or delete rows in the data table Sheet A & C auto reflect the changes.

I created a Sheet called data, and a table called ClientData, the following should be ok as long as all user's are on Office 365; Note the the Full name spills from the ClientData table dynamically;

If anyone else uses the sheet with an older excel version we will need an array & formulas to fill data.

How to tie rows to columns that update_Sample book_realprincess.xlsx
ABCDEFGHIJ
1LASTFIRSTFULLDOBSSNCertification Exp DateAssessment DateMED 1 NAMEMED 1 START DATEPROVIDER
2AllenKaitlinAllen, Kaitlin1/01/1974bleecert1assess1med11/01/2021provider1
3AyalaGenevieveAyala, Genevieve2/01/1974dahcert2assess2med22/01/2021provider2
4BlevinsLanaBlevins, Lana3/01/19742cert3assess3med33/01/2021provider3
5BrayKaylynBray, Kaylyn5/01/19744cert4assess4med55/01/2021provider5
6DavilaBentleyDavila, Bentley6/01/1974bleecert5assess5med66/01/2021provider6
7LynnJonLynn, Jon7/01/1974dahcert6assess6med77/01/2021provider7
8MartinAlissonMartin, Alisson8/01/19742cert7assess7med88/01/2021provider8
9RiggsMaximillanRiggs, Maximillan9/01/19744cert8assess8med99/01/2021provider9
10SantanaMyaSantana, Mya10/01/1974bleecert9assess9med1010/01/2021provider10
11WardGaryWard, Gary11/01/1974dahcert10assess10med1111/01/2021provider11
12WebsterAugust-CrystalWebster, August-Crystal12/01/19742cert11assess11med1212/01/2021provider12
Data


How to tie rows to columns that update_Sample book_realprincess.xlsx
ABCDEF
1LASTFIRSTFULLMED 1 NAMEMED 1 START DATEPROVIDER
2AllenKaitlinAllen, Kaitlinmed144197provider1
3AyalaGenevieveAyala, Genevievemed22/01/2021provider2
4BlevinsLanaBlevins, Lanamed33/01/2021provider3
5BrayKaylynBray, Kaylynmed55/01/2021provider5
6DavilaBentleyDavila, Bentleymed66/01/2021provider6
Med Updates
Cell Formulas
RangeFormula
A2:A12A2=ClientData[LAST]
B2:B12B2=ClientData[FIRST]
C2:C12C2=ClientData[FULL]
D2:D12D2=ClientData[MED 1 NAME]
E2:E12E2=ClientData[MED 1 START DATE]
F2:F12F2=ClientData[PROVIDER]
Dynamic array formulas.


How to tie rows to columns that update_Sample book_realprincess.xlsx
ABCDEFG
6LASTFIRSTFULLDOBSSNCertification Exp DateAssessment Date
7AllenKaitlinAllen, Kaitlin1/01/1974bleecert1assess1
8AyalaGenevieveAyala, Genevieve2/01/1974dahcert2assess2
9BlevinsLanaBlevins, Lana3/01/19742cert3assess3
10BrayKaylynBray, Kaylyn5/01/19744cert4assess4
11DavilaBentleyDavila, Bentley6/01/1974bleecert5assess5
Client Tracker
Cell Formulas
RangeFormula
A7:A17A7=ClientData[LAST]
B7:B17B7=ClientData[FIRST]
C7:C17C7=ClientData[FULL]
D7:D17D7=ClientData[DOB]
E7:E17E7=ClientData[SSN]
F7:F17F7=ClientData[Certification Exp Date]
G7:G17G7=ClientData[Assessment Date]
Dynamic array formulas.
Cells with Conditional Formatting
CellConditionCell FormatStop If True
E8,A7:C7,A8:B14,A21:C47,A16:B20,C8:C20Expression=AND(MONTH($E7)=MONTH(TODAY()),DAY($E7)=DAY(TODAY()))textNO
 
Upvote 0

Forum statistics

Threads
1,215,427
Messages
6,124,831
Members
449,190
Latest member
rscraig11

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top