+ Reply to Thread
Results 1 to 2 of 2

Using IF function to copy.

  1. #1

    Using IF function to copy.

    How can I copy data from one cell to another only if a certain criteria is
    met using the IF function? For example, I want to copy data from cell A20 if
    the cell A19 the a specific word in it.

  2. #2
    Max
    Guest

    Re: Using IF function to copy.

    Something like ..

    In B20: =IF(A19="Yes",A20,"")

    B20 will return the contents of A20
    if A19 contains the word: Yes,
    otherwise blank: "" will show in B20
    --
    Rgds
    Max
    xl 97
    ---
    GMT+8, 1° 22' N 103° 45' E
    xdemechanik <at>yahoo<dot>com
    ----
    [email protected] <[email protected]@discussions.microsoft.com>
    wrote in message news:[email protected]...
    > How can I copy data from one cell to another only if a certain criteria is
    > met using the IF function? For example, I want to copy data from cell A20

    if
    > the cell A19 the a specific word in it.




+ 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