+ Reply to Thread
Results 1 to 3 of 3

when a cell is empty do not consider it at all

  1. #1
    empty cell
    Guest

    when a cell is empty do not consider it at all

    I have a program I made for points which I used (if and) format, which I will
    enter a different number each time, where the empty cell I don't want to be
    considered as zero

    thank you

  2. #2
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,486
    lets see the formula

  3. #3
    Tom Ogilvy
    Guest

    Re: when a cell is empty do not consider it at all

    You can check if a cell is empty with

    for each cell in Range("A1:A10")
    if isempty(cell) then
    ' cell is empty
    else
    ' cell is not empty
    end if
    Next

    --
    Regards,
    Tom Ogilvy

    "empty cell" <empty [email protected]> wrote in message
    news:[email protected]...
    > I have a program I made for points which I used (if and) format, which I

    will
    > enter a different number each time, where the empty cell I don't want to

    be
    > considered as zero
    >
    > thank you




+ 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