Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 03-25-2010, 12:23 AM
ConneXionLost's Avatar
ConneXionLost ConneXionLost is offline Make row in one sheet equal column of another Windows XP Make row in one sheet equal column of another Office 2003
Simulacrum
 
Join Date: Jan 2010
Location: Victoria, Canada
Posts: 86
ConneXionLost is on a distinguished road
Default

This INDEX function will return any value from a range where the row and column within the range is identified.

The first portion:

Code:
'complaint index'!$G$9:$P$9
refers to the source range. As per your description, it is one row deep and ten columns wide. Note that the dollar signs (absolute reference) must remain in place to prevent the formula from losing it's focus while you auto-fill.

The second portion:

Code:
1
identifies which row of the source range to return.



The third/final portion:

Code:
ROW()-8
does all the work here. It identifies which column of the source range to return. You indicated the destination cell would begin in cell E9, so the ROW() will read that the formula is on the ninth row then subtract 8 from it. As you auto-fill this formula down from the ninth row on the destination sheet, the ROW()-8 will increment 1,2,3,... and provide the formula with a column number. Remember, you're trying to transpose the rows & columns, that's why a row is acting as a column reference.

Hope this helps,

Cheers,
Reply With Quote
  #2  
Old 01-31-2012, 03:48 PM
Galauras Galauras is offline Make row in one sheet equal column of another Windows 7 32bit Make row in one sheet equal column of another Office 2007
Novice
 
Join Date: Jan 2012
Posts: 1
Galauras is on a distinguished road
Talking Thanks!

I registered just so I could say that this formulaic discovery was AMAZING! Thanks for sharing it!
Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Make row in one sheet equal column of another If A1 greater than or equal to 1 Then A3 = A2*A1 brians Excel 5 03-09-2010 12:04 PM
copy cell from sheet 2 to sheet 3 macro slipperyjim Excel Programming 1 02-18-2010 01:31 AM
Template for Noting Sheet. Goldenbird Word 8 05-25-2009 05:48 AM
sheet linking, sorting nickbfe Excel 0 05-19-2006 11:00 AM
Make row in one sheet equal column of another Enter Number on any sheet one time only. paulrm906 Excel 1 04-28-2006 07:35 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 06:39 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft