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
vCenter Converter and SBS2008
A servlet to handle and ajax get request?
Double Table when margin is adjusted
Disabling software restriction policy
Having a webservice use a Session variable that is set in the project before the webservice is called.
sharing permission in Windows2003
"File Helper" reporting - Your system may have upopenable files - Why?
SSH console: go to specified folder after login
Copy and Paste using VBA based on criteria including concatenation
How would I edit the code for additional levels from: How can I prep text files for import into Excel that are in subheading formats?