+ Reply to Thread
Results 1 to 3 of 3

Formula to check if cell contains any data.

  1. #1
    Forum Contributor
    Join Date
    09-16-2013
    Location
    Los Angeles, USA
    MS-Off Ver
    Excel 2011
    Posts
    620

    Formula to check if cell contains any data.

    I currently have a formula im using in conditional formatting that formats a cell differently if G contains Relocate and E is blank. How could I change the formula to be if G contains any data and E is blank?

    Current formula:
    =AND($E6="",$G6="Relocate")

  2. #2
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,361

    Re: Formula to check if cell contains any data.

    maybe
    =and(isblank(E6),G6<>"")
    I think people forget the word "THANK YOU!!!!" Do you still know it???

    There is a little star ( ADD REPUTATION ) below those person who helped you. Click it to say your "PRIVATE APPRECIATION TO THEIR EFFORT ON THEIR CONTRIBUTIONS "

    Regards,
    Vladimir

  3. #3
    Forum Contributor
    Join Date
    09-16-2013
    Location
    Los Angeles, USA
    MS-Off Ver
    Excel 2011
    Posts
    620

    Re: Formula to check if cell contains any data.

    Thanks, I just had to change the E and the G around.

+ 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 macro to check if one cell has text and paste a formula in a different cell
    By vitt4300 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 04-10-2013, 01:38 PM
  2. Replies: 11
    Last Post: 02-10-2011, 08:13 AM
  3. Formula to Check for Data
    By karl_009 in forum Excel General
    Replies: 9
    Last Post: 04-16-2010, 08:35 AM
  4. Replies: 1
    Last Post: 04-07-2010, 02:28 PM
  5. Check if a cell has a formula.
    By diego.gomes in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-10-2006, 12:45 PM

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