+ Reply to Thread
Results 1 to 4 of 4

If a cell contains < then add "<" to another cell

  1. #1
    Forum Contributor
    Join Date
    04-28-2016
    Location
    Stavanger, Norway
    MS-Off Ver
    365
    Posts
    142

    If a cell contains < then add "<" to another cell

    Is there a way to do the following;
    If a cell contains < in sheet 1 then add "<" to the value from sheet 2 in sheet 3?

    for example:

    Sheet 1 A1=<0,1
    Sheet 2 A1=0,1
    Sheet 3 A1= <0,1

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,052

    Re: If a cell contains < then add "<" to another cell

    Try:
    =IF(LEFT(Sheet1!A1)="<","<"&Sheet2!A1,Sheet2!A1)

    You may need ; instead of ,
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  3. #3
    Forum Contributor
    Join Date
    04-28-2016
    Location
    Stavanger, Norway
    MS-Off Ver
    365
    Posts
    142

    Re: If a cell contains < then add "<" to another cell

    That worked, thanks!

  4. #4
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,052

    Re: If a cell contains < then add "<" to another cell

    You're welcome.



    It would be very nice if you were to just click the Add Reputation button at the foot of any of the posts of members who helped you reach a solution.

    Finally, if that takes care of your original question, please click on "Thread Tools" from the menu link (just above the first post in the thread) and mark this thread as SOLVED.

+ 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. Replies: 3
    Last Post: 05-02-2019, 02:18 PM
  2. [SOLVED] Conditional Formatting - Apply Cell Style if a column cell is "string1" or "string2"
    By Tunnel_Snakes in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-29-2018, 01:27 PM
  3. Replies: 2
    Last Post: 07-13-2018, 11:52 PM
  4. Replies: 4
    Last Post: 06-11-2017, 02:03 PM
  5. "Worksheet change" not changing cell on other sheet to match target cell "fill".
    By Ochimus in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 10-02-2015, 12:02 PM
  6. Replies: 3
    Last Post: 06-05-2015, 01:55 PM
  7. Replies: 3
    Last Post: 01-29-2015, 02:36 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