Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Sorting data--impact to formula references and charting

Table 1 has data, and Table 2 has formulas referencing data from Table 1. If
I sort the data in Table 1, the formulas in Table 2 end up referencing the
wrong cells. Is there a simple way to fix?

Thanks,

Mike
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Sorting data--impact to formula references and charting

Don't use formulas like =sheet2!a1

I like to find a key field and populate them as values on the second table.
Then use =vlookup() or =index(match()) to retrieve the other stuff.

You may want to read Debra Dalgleish's notes:
http://www.contextures.com/xlFunctions02.html (for =vlookup())
and
http://www.contextures.com/xlFunctions03.html (for =index(match()))

mshulman wrote:

Table 1 has data, and Table 2 has formulas referencing data from Table 1. If
I sort the data in Table 1, the formulas in Table 2 end up referencing the
wrong cells. Is there a simple way to fix?

Thanks,

Mike


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Sorting data--impact to formula references and charting

Thanks Dave, good idea--hadn't thought of that. Curious if anyone has other
ideas that might save time? I'm surprised Excel's Help feature doesn't seem
to address this. Seems like a simple and possibly common problem.

Mike

Dave Peterson wrote:
Don't use formulas like =sheet2!a1

I like to find a key field and populate them as values on the second table.
Then use =vlookup() or =index(match()) to retrieve the other stuff.

You may want to read Debra Dalgleish's notes:
http://www.contextures.com/xlFunctions02.html (for =vlookup())
and
http://www.contextures.com/xlFunctions03.html (for =index(match()))

Table 1 has data, and Table 2 has formulas referencing data from Table 1. If
I sort the data in Table 1, the formulas in Table 2 end up referencing the

[quoted text clipped - 3 lines]

Mike


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Using Cell Data as adjustment to formula references Gadgetgw Excel Worksheet Functions 2 October 6th 08 01:42 AM
Creating a formula calculates time impact on achieveing sales quota Khaledity Excel Worksheet Functions 1 March 15th 07 12:35 PM
Sorting Data with External References Herman Merman Excel Discussion (Misc queries) 0 March 26th 06 07:21 AM
Why doesn't the finance rate in MIRR impact the formula result? opieandy Excel Worksheet Functions 0 June 27th 05 09:01 PM
charting cell references Ian Mangelsdorf Excel Programming 5 December 5th 03 05:57 PM


All times are GMT +1. The time now is 10:11 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"