+ Reply to Thread
Results 1 to 4 of 4

IF a1, b2, c5 = 0 then d1 value = "Error Cells not filled"???

  1. #1
    Registered User
    Join Date
    01-28-2011
    Location
    Riga
    MS-Off Ver
    Excel 2003
    Posts
    7

    Question IF a1, b2, c5 = 0 then d1 value = "Error Cells not filled"???

    IF a1, b2, c5 = 0 then d1 value = "Error Cells not filled"

    What is precise function for actions like these?

  2. #2
    Forum Expert Domski's Avatar
    Join Date
    12-14-2009
    Location
    A galaxy far, far away
    MS-Off Ver
    Darth Office 2010
    Posts
    3,950

    Re: IF a1, b2, c5 = 0 then d1 value = "Error Cells not filled"???

    Do you mean if one or all of them equal 0?

    Dom
    "May the fleas of a thousand camels infest the crotch of the person who screws up your day and may their arms be too short to scratch..."

    Use code tags when posting your VBA code: [code] Your code here [/code]

    Remember, saying thanks only takes a second or two. Click the little star to give some Rep if you think an answer deserves it.

  3. #3
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: IF a1, b2, c5 = 0 then d1 value = "Error Cells not filled"???

    And do you mean 0 or Blank ?

  4. #4
    Valued Forum Contributor
    Join Date
    10-13-2010
    Location
    Sunderland, England
    MS-Off Ver
    Excel 2007 (Home) / 2003 (Work)
    Posts
    740

    Re: IF a1, b2, c5 = 0 then d1 value = "Error Cells not filled"???

    =if(OR(A1=0,B2=0,C5=0),"Error Cells Not Filled",-insert whatever formula you need in D1 here-)

+ 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