+ Reply to Thread
Results 1 to 4 of 4

If formula question, please

  1. #1
    Registered User
    Join Date
    11-13-2003
    Posts
    2

    If formula question, please

    I tried getting this i have most of it but i am stumped on the majority

    here is what i would like help on


    if j10 =1 copy the contents of j2 to c3

    if j10 =2 copy the contents of j2 to c4

    if j10 =3 copy the contents of j2 to c5

  2. #2
    Forum Expert
    Join Date
    06-18-2004
    Location
    Canada
    MS-Off Ver
    Office 2016
    Posts
    1,474
    Try...

    C3: =IF(J10=1,J2,"")

    C4: =IF(J10=2,J2,"")

    C5: =IF(J10=3,J2,"")

    Alternatively, you could enter the following formula in C3 and copy down:

    =IF($J$10=ROW()-ROW($C$3)+1,$J$2,"")

    Hope this helps!

  3. #3
    Registered User
    Join Date
    11-13-2003
    Posts
    2
    thank you that helped alot , where do u people find all this neat stuff

  4. #4
    Forum Expert
    Join Date
    06-18-2004
    Location
    Canada
    MS-Off Ver
    Office 2016
    Posts
    1,474
    Quote Originally Posted by fordguy
    thank you that helped alot
    You're very welcome!

    ...where do u people find all this neat stuff
    In my case, by frequenting Boards, newsgroups, etc., and learning from others.

+ 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