Results 1 to 16 of 16

Compacting data from multiple cells

Threaded View

  1. #1
    Registered User
    Join Date
    03-25-2012
    Location
    United States
    MS-Off Ver
    Excel 2007/2010
    Posts
    39

    Compacting data from multiple cells

    I'm sure a similar questions has been asked before, but I am on an unfortunate timeline and am hoping some good soul will be able to help me.

    I am generating a marketing report template for my company. I want to pull the square footage of a apartment on one sheet, and enter it in a cell in another sheet. Here's the catch, the sheet I'm pulling from has two cells for square footage, low and high. I want to pull both numbers from their individual cells, and display them in a new cell on a different sheet in the following format;

    400 - 500

    Lastly, I want the cell to display only the exact square footage if there is not a variance, or nothing if both input cells are empty. I've been using the following formula for when I am pulling from a single cell;

    IF(COUNTBLANK(A1),"",A1)

    I am relatively new to both programming and especially programming in excel. I like to think I catch on quick, however, and would prefer to learn from this experience. Any help that can be provided would be much appreciated!

    Thanks in advance.
    Last edited by Terghan; 03-26-2012 at 01:12 AM.

Thread Information

Users Browsing this Thread

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

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