+ Reply to Thread
Results 1 to 3 of 3

Text cell in IF function

  1. #1
    Registered User
    Join Date
    08-09-2007
    Posts
    4

    [SOLVED] Text cell in IF function

    I have a multiple IF function that works like a charm for numbers across a couple of spread sheets. I use it to merge data from 5 sheets into one final sheet. Each sheet is the same so the references are all the same.

    IF the 'SHEET1'!CELL has any value, then it puts that value in 'FINAL'!CELL.

    The problem I'm having is that I need that IF function to do it's thing for cells with text.

    This is the one I have that works great for numbers. When I try to use it on cells with text I get an #VALUE! error.

    Please Login or Register  to view this content.
    Last edited by strixy; 08-10-2007 at 10:10 AM. Reason: Update title to solved.

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675
    Try along these lines

    =IF('DAN-WORKING'!P3<>"",'DAN-WORKING'!P3,IF('DEREK-WORKING'!P3<>"",'DEREK-WORKING'!P3,IF('EAMONN-WORKING'!P3<>"",'EAMONN-WORKING'!P3,IF('RICKY-WORKING'!P3<>"",'RICKY-WORKING'!P3,"CHECK REFERENCE"))))

  3. #3
    Registered User
    Join Date
    08-09-2007
    Posts
    4
    Yes, that did the trick! Thank you very much.

+ Reply to Thread

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