+ Reply to Thread
Results 1 to 9 of 9

If cell cell =Yes edit another sheet

  1. #1
    Registered User
    Join Date
    10-21-2019
    Location
    Dublin
    MS-Off Ver
    10
    Posts
    4

    If cell cell =Yes edit another sheet

    Hi there, how do I make my sheet do this -> if cell c3 = yes add email address from cell A2 to another sheet

  2. #2
    Forum Expert PaulM100's Avatar
    Join Date
    10-09-2017
    Location
    UK
    MS-Off Ver
    Office 365
    Posts
    2,108

    Re: If cell cell =Yes edit another sheet

    Example: In sheet2, =if(sheet1!C2="YES",sheet1!A2,"Whatever you like")
    Click the * to say thanks.

  3. #3
    Registered User
    Join Date
    10-21-2019
    Location
    Dublin
    MS-Off Ver
    10
    Posts
    4

    Re: If cell cell =Yes edit another sheet

    Great that worked. I'm also trying to do this and would love some help If h2 = yes put the email from e2 into j2

  4. #4
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,916

    Re: If cell cell =Yes edit another sheet

    In J2:

    =IF(H2="yes",E2,"")
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  5. #5
    Registered User
    Join Date
    10-21-2019
    Location
    Dublin
    MS-Off Ver
    10
    Posts
    4

    Re: If cell cell =Yes edit another sheet

    Thank you both. I am now having a small problem with the following. =if(Sheet2!H2="YES",Sheet2!E2,"") <-- This formula worked on the first row but did not pull the data from any other rows

  6. #6
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,916

    Re: If cell cell =Yes edit another sheet

    Just drag the formula down and it will increment. If you don't want H2 to increment, then put a dollar sign between the H and 2 to fix the row reference.

  7. #7
    Registered User
    Join Date
    10-21-2019
    Location
    Dublin
    MS-Off Ver
    10
    Posts
    4

    Re: If cell cell =Yes edit another sheet

    It works when I drag the formula down however I have to drag the formula down after every entry on sheet 2 before I can see it in sheet 1. Any ideas why?

  8. #8
    Forum Expert PaulM100's Avatar
    Join Date
    10-09-2017
    Location
    UK
    MS-Off Ver
    Office 365
    Posts
    2,108

    Re: If cell cell =Yes edit another sheet

    Check you calculations to be set to automatic. Also, it will return blanks if you don't have data in E2 or H2 is not yes on Sheet2

  9. #9
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,916

    Re: If cell cell =Yes edit another sheet

    Attach the workbook if you want any further help with this, otherwise we can only guess.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] VBA - Loop through workbooks, edit specific sheet and cell - easy
    By Formats74 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-07-2017, 06:49 AM
  2. [SOLVED] Copy cell from on sheet to another If the cells starts with ** edit
    By John Swift in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-13-2014, 04:11 AM
  3. [SOLVED] Need to edit the value of one cell in column J after data is pasted into another sheet.
    By Dremzy in forum Excel Programming / VBA / Macros
    Replies: 18
    Last Post: 05-21-2014, 12:08 PM
  4. Replies: 7
    Last Post: 04-02-2012, 01:51 PM
  5. Edit a cell From another sheet
    By ravanan in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 12-04-2009, 12:58 AM
  6. Append text to a cell in edit mode of excel sheet...
    By Harish Shinde in forum Excel General
    Replies: 2
    Last Post: 07-14-2006, 03:20 AM
  7. Wait with calculation of other sheet references after edit a cell?
    By Maria J-son in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-29-2006, 03:30 AM

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