+ Reply to Thread
Results 1 to 3 of 3

way to a column be filled automatically by what is written on others

  1. #1
    Registered User
    Join Date
    01-15-2009
    Location
    lisbone
    MS-Off Ver
    Excel 2003
    Posts
    6

    way to a column be filled automatically by what is written on others

    Is there any way to a column be filled automatically by what is written on others columns.

    Example: If one of the cells A2 or B2 and C2 are Nonblank, fills automatically the cell H2 with "ABC2" And If some of the cells D2 and E2 are Nonblank fills the cell H2 with "DE2"

    Thanks
    Last edited by NBVC; 01-16-2009 at 08:52 AM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    something like:

    =if(Or(A2<>"",B2<>"",C2<>""),"ABCD2",IF(Or(D2<>"",E2<>""),"DE2","")
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    01-15-2009
    Location
    lisbone
    MS-Off Ver
    Excel 2003
    Posts
    6
    Thanks for the help

+ 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