Results 1 to 5 of 5

Help with IF function

Threaded View

plantexploration Help with IF function 07-20-2017, 04:41 PM
leelnich Re: Help with IF function 07-20-2017, 04:49 PM
plantexploration Re: Help with IF function 07-20-2017, 05:05 PM
leelnich Re: Help with IF function 07-20-2017, 06:07 PM
leelnich Re: Help with IF function 07-20-2017, 06:43 PM
  1. #1
    Registered User
    Join Date
    07-20-2017
    Location
    USA
    MS-Off Ver
    2010
    Posts
    5

    Help with IF function

    Hi all,

    I am looking for code advice to get my workbook how I wish.

    About my workbook:
    I have a two page workbook. 1st sheet is titled "Sign Ups"
    Second is "Sponsors"

    Sign ups contains the following info
    A1 Company Name
    B1 Address
    C1 City
    D1 State
    E1 Zipcode
    F1 Sponsor (YES or blank for no)

    I am wanting to find a code that will take data from Sign Ups (1st sheet) and transfer to Sponsors (second sheet) if I type "YES" in the F1 Sponsor cell. I want not only F1 cell to transfer to the second sheet Sponsor but I want the entire row to transfer so I have all sponsor information on my second sheet Sponsors including Company name, address, city, state, zip, YES

    So I have the code:
    =IF(FIND("Y",'Sign Ups'!F1)<>0,'Sign Ups'!F1,"")
    Which pulls the YES over but I need it to be a range to pull A1:F1 over if YES is typed in F1 cell.

    I hope this is clear. Please help. Thank you!
    Attached Files Attached Files
    Last edited by plantexploration; 07-20-2017 at 05:03 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Usage of standard functions into custom function (or user defined function)
    By tusharb in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-13-2016, 12:43 AM
  2. Calling function inside function. (aka nested function)
    By jakopak in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-02-2015, 05:58 AM
  3. Replies: 13
    Last Post: 04-08-2014, 05:46 AM
  4. Replies: 2
    Last Post: 01-15-2014, 11:40 PM
  5. Replies: 1
    Last Post: 03-21-2012, 11:22 AM
  6. Replies: 2
    Last Post: 03-20-2009, 01:29 PM
  7. [SOLVED] Excel - User Defined Function Error: This function takes no argume
    By BruceInCalgary in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-18-2006, 04:05 PM

Tags for this Thread

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