+ Reply to Thread
Results 1 to 3 of 3

Formula

Hybrid View

  1. #1
    Registered User
    Join Date
    06-03-2006
    Posts
    1

    Formula

    Does any one know how to write formula where if cell 1 is the same as cell 2 then the value of cell 3 is entered in to cell 4

  2. #2
    Bondi
    Guest

    Re: Formula


    Phil Parker wrote:
    > Does any one know how to write formula where if cell 1 is the same as
    > cell 2 then the value of cell 3 is entered in to cell 4
    >
    >
    > --
    > Phil Parker
    > ------------------------------------------------------------------------
    > Phil Parker's Profile: http://www.excelforum.com/member.php...o&userid=35064
    > View this thread: http://www.excelforum.com/showthread...hreadid=548086


    Hi Phil,
    For that to happen you would have to put something like this in cell 4:

    =IF(A1=B1,C1,"What Ever When A1<>B1")

    Regards,
    Bondi


  3. #3
    Don Guillett
    Guest

    Re: Formula

    for a formula, try in a4
    =if(a2=a2,a3,"")

    --
    Don Guillett
    SalesAid Software
    [email protected]
    "Phil Parker" <[email protected]>
    wrote in message
    news:[email protected]...
    >
    > Does any one know how to write formula where if cell 1 is the same as
    > cell 2 then the value of cell 3 is entered in to cell 4
    >
    >
    > --
    > Phil Parker
    > ------------------------------------------------------------------------
    > Phil Parker's Profile:
    > http://www.excelforum.com/member.php...o&userid=35064
    > View this thread: http://www.excelforum.com/showthread...hreadid=548086
    >




+ 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