+ Reply to Thread
Results 1 to 3 of 3

Copying formula to the whole column

  1. #1
    Registered User
    Join Date
    01-29-2008
    Posts
    11

    Copying formula to the whole column

    Hi
    I have a sheet using the formula =IF(ISERROR(MATCH(C539,$T$2:$T$667,0)),"record needed","record not needed") on column F. It matches the value entered on C column with a product list on T column and if the name matches it says record needed else record not needed. I don't know how it happened, but previously there was nothing visible on F column, but as soon as i enter a name on C column, it would flash either of the two options. Now that is not working. I have to maually copy formula for a list of cells before anything is entered in C column. As many users are using the sheet, i want to know if it is possible to copy this formula to the whole F column and then make it invisible somehow so nothing is visible untill a name is entered on C column. It then should flash `record needed' or `record not needed' depending on whether the corresponding C value matches the list on T column.
    Also, is it possible that if i make any changes (addition or deletion) to the list on T column, it automatically incorporates the change in the formula.
    Thanks in advance
    Nits

  2. #2
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591
    Hi

    How about

    =IF(C539="","",IF(ISERROR(MATCH(C539,$T$2:$T$667,0)),"record needed","record not needed"))

    rylo

  3. #3
    Registered User
    Join Date
    01-29-2008
    Posts
    11
    Thanks Rylo It works.. Wonder how it was working before..

+ 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