+ Reply to Thread
Results 1 to 2 of 2

Pulling Data into and from Merged Cell

  1. #1
    Registered User
    Join Date
    10-16-2008
    Location
    Skokie
    Posts
    23

    Pulling Data into and from Merged Cell

    I am geting #VALUE results on 4 cells that are just referencing other cells and I cannot figure out why. They seem to be formatted the same.
    Attached Files Attached Files

  2. #2
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,406

    Re: Pulling Data into and from Merged Cell

    Edited I over complicated the original.

    The fact that BASE SCENARIO works is a matter of relative cell referencing. Try putting ='BASE SCENARIO'!E3:G3 in column E. You will get the same error.

    The problem is with merged cells is that 'COMPARISON SCENARIO'!E3:G3 is actually returning an array of {"All Products",0,0} ... ie all the values in those 3 cells. Try clicking in the formula bar of O3 and hitting the F9 function key. You'll see the array.

    We really discourage use of merged cells. They cause enormous havoc for formulas. They are the devil's spawn.

    If you must stay with merged cells change

    ='COMPARISON SCENARIO'!E3:G3

    to

    ='COMPARISON SCENARIO'!E3
    Last edited by FlameRetired; 04-11-2018 at 06:10 PM.
    Dave

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 6
    Last Post: 07-31-2014, 01:27 PM
  2. [SOLVED] need partial data from cell pulled from our work db where data was merged ino one cell
    By Rob69mfj in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-19-2014, 11:34 AM
  3. Merged cell data
    By Mmennuti in forum Excel General
    Replies: 8
    Last Post: 02-21-2014, 02:45 PM
  4. Limit merged cell data; Place excess into next merged cell down
    By coreytroy in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-06-2013, 10:35 PM
  5. Pulling a Specific Cell when Pulling a Tabel from Web Based Data
    By Zallen89 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-26-2013, 05:39 PM
  6. [SOLVED] VB:ClearContents Error on Merged Cell - But I dont have Any Merged Cell
    By cychua in forum Excel Programming / VBA / Macros
    Replies: 13
    Last Post: 01-24-2013, 06:33 AM
  7. how do i link merged cells to a merged cell in another worksheet.
    By ibbm in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-27-2006, 06:45 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1