+ Reply to Thread
Results 1 to 2 of 2

Thread: Making a cell reference itself

  1. #1
    Registered User
    Join Date
    12-21-2007
    Posts
    1

    Making a cell reference itself

    Hey,

    Does anyone know how I would get this done without using a macro? - I need to have a value in a cell and keep that value there unless a value is put in another specific cell so essentially: making A1 = A2 if there is a value in A2 otherwise keep the value already in A1

  2. #2
    Forum Guru martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    10,776
    the only way i can see to achieve that is to put value in required in A into C1 then use
    =IF(ISNUMBER(B1),B1,C1)
    in A1
    Last edited by martindwilson; 12-21-2007 at 02:03 PM.

+ 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.2.0