+ Reply to Thread
Results 1 to 2 of 2

reveal final colum once data in previous colums are entered

  1. #1
    Registered User
    Join Date
    02-21-2013
    Location
    Bristol, England
    MS-Off Ver
    Excel 2007
    Posts
    1

    reveal final colum once data in previous colums are entered

    Hi all,
    I want to create a spreadsheet with 4 columns. The fourth colum will be complete with values in but the first three empty. I want the value in the fourth column to only show once data has been entered into the first three columns. Can anyone tell me how I can do this?
    Thanks

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: reveal final colum once data in previous colums are entered

    in D1 (fourth column)
    =IF(LEN(A1&B1&C1) < > 0,value,"")

    where value is your required result
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

+ 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