+ Reply to Thread
Results 1 to 3 of 3

Formula help for including text if cell is not blank

  1. #1
    Registered User
    Join Date
    11-04-2014
    Location
    Charlotte, NC
    MS-Off Ver
    Excel 2013
    Posts
    4

    Formula help for including text if cell is not blank

    I have a large spreadsheet that I am linking data from to a smaller spreadsheet. I need a formula for the following: If cell is not blank, copy text from cell

    Thanks

  2. #2
    Forum Expert Olly's Avatar
    Join Date
    09-10-2013
    Location
    Darlington, UK
    MS-Off Ver
    Excel 2016, 2019, 365
    Posts
    6,284

    Re: Formula help for including text if cell is not blank

    Something like:
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Change workbook name / sheet name / cell reference to suit.
    let Source = #table({"Question","Thread", "User"},{{"Answered","Mark Solved", "Add Reputation"}}) in Source

    If I give you Power Query (Get & Transform Data) code, and you don't know what to do with it, then CLICK HERE

    Walking the tightrope between genius and eejit...

  3. #3
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,733

    Re: Formula help for including text if cell is not blank

    Something like this:

    =IF(Sheet1!A1="","",Sheet1!A1)

    You may need to include the full path and filename if you are referring to different workbooks rather than different worksheets in the same workbook - the syntax would be something like:

    'full_path[filename.xlsx]sheetname'!

    instead of the Sheet1 that I have used above.

    Hope this helps.

    Pete

+ 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. [SOLVED] if formula with dates including returning a result for a blank cell
    By bridge4444 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 04-14-2014, 12:24 PM
  2. Formula help needed several criteria including date and blank cells
    By Debbi135 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-10-2014, 01:12 PM
  3. Replies: 3
    Last Post: 04-09-2012, 02:53 PM
  4. activecell formula not including cell range text
    By jeskit in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 04-27-2011, 05:32 AM
  5. Replies: 9
    Last Post: 10-12-2010, 12:37 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