If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > PC based Database Applications > Microsoft Excel > Cross Table with Values, Index Match?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-13-11, 06:23
saadbm saadbm is offline
Registered User
 
Join Date: Mar 2009
Posts: 2
Angry Cross Table with Values, Index Match?

Hello

Assistance with this exercise would be kindly appreciated.

I tried using a few variatons of Index>Match but couldn't quite get it to work.

I would start Sheet 2 with a list of all the stocks on the left and the fund names on the top. Then I need to populate...

Thanks!
Attached Thumbnails
Cross Table with Values, Index Match?-excel-example.png  
Reply With Quote
  #2 (permalink)  
Old 04-13-11, 08:53
weejas weejas is offline
Registered User
 
Join Date: Sep 2006
Location: Surrey, UK
Posts: 448
I'm not 100% sure how you're trying to get from one to the other in Excel, but with careful use of IF() and ISERROR()/ISNULL(), you could probably get it to work:
Code:
=IF([ISERROR({Match+index/Vlookup expression})/ISNULL({Match+index/Vlookup expression})], "Not Held", {Match+index/Vlookup expression})
__________________
10% of magic is knowing something that no-one else does. The rest is misdirection.
Reply With Quote
  #3 (permalink)  
Old 04-14-11, 06:46
saadbm saadbm is offline
Registered User
 
Join Date: Mar 2009
Posts: 2
Ignoring the "not held," aspect -- whats an effective way to change it from the list format into the cross-table (name?) format?
Reply With Quote
  #4 (permalink)  
Old 04-14-11, 07:09
weejas weejas is offline
Registered User
 
Join Date: Sep 2006
Location: Surrey, UK
Posts: 448
Turn it into a pivot table (Data -> Pivot Table and Pivot Chart Report...).

I don't use them at all, but they work like an interactive cross-tab query.
__________________
10% of magic is knowing something that no-one else does. The rest is misdirection.
Reply With Quote
Reply

Tags
excel 2010, index, match, table function

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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