Microsoft
Software
Hardware
Network
Question : Referencing merged cells using the "Indirect" function
I want to be able to display values from another worksheet using the "Indirect" function (see attached spreadsheet) The problem I am having is that the cells are merged (see sheet 1), which creates gaps in the sheet I am trying to display the values on (see sheet 2, column A). I would like it to be able to ignore any blank cells (see sheet 2, column B).
Thanks.
Attachments:
example.xls
(20 KB)
(File Type Details)
Example
Answer : Referencing merged cells using the "Indirect" function
Try this formula in c2 copied down
=INDEX(Sheet2!$6:$6,(R
OWS(C$2:C2
)-1)*3+1)
r
egards, barry
Random Solutions
SQL*Loader - Trim Leading & Trailing Space for Columns with Spaces in Name
Determine average resistance!
Creating a Dynamic Form from SQL database tables in ColdFusion
WSUS Client Updating
restore from DB?
Replace missing images with default image
Should I enable or disable TCP Offload in my Hyper-V R2 environment?
Laptop running windows vista, SYSTEM process goes to 100% cpu after being accessed by any computer on the network.
Can't access variable in code behind page
VB.Net get Excel columns itto an array