+ Reply to Thread
Results 1 to 2 of 2

I want to copy a formula n Excel but skip any blank cells

  1. #1
    Ann
    Guest

    I want to copy a formula n Excel but skip any blank cells

    I'm trying to copy(downward) a formula but I want it to leave blank cells
    blank. It's gining it a value of 0 currently. Here's the formula I want
    copied skipping blank cells.
    =IF(+E8=0,0,+F8/E8)

  2. #2
    Bernard Liengme
    Guest

    Re: I want to copy a formula n Excel but skip any blank cells

    Try =IF(ISBLANK(E8),"",IF(E8=0,0,F9/E8))
    or =IF(E8="","",IF(E8=0,0,E9/F8))
    This is called 'nesting' of IFs
    best wishes
    --
    Bernard V Liengme
    www.stfx.ca/people/bliengme
    remove caps from email

    "Ann" <[email protected]> wrote in message
    news:[email protected]...
    > I'm trying to copy(downward) a formula but I want it to leave blank cells
    > blank. It's gining it a value of 0 currently. Here's the formula I want
    > copied skipping blank cells.
    > =IF(+E8=0,0,+F8/E8)




+ 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