+ Reply to Thread
Results 1 to 2 of 2

Copy and paste formula only if the cell is non-blank

  1. #1
    cabybake
    Guest

    Copy and paste formula only if the cell is non-blank

    Hi all,
    I am trying to set up a column where a formula is copied and pasted
    into the next cell only if the cell goes from blank to non-blank.
    The formula relies on the cell above it added to a cell in another
    location. Is this possible without VB? Thanks, cabybake


  2. #2
    Don Guillett
    Guest

    Re: Copy and paste formula only if the cell is non-blank

    without vb(a) you would have to
    =if(a1="","",a1+c44)

    --
    Don Guillett
    SalesAid Software
    donaldb@281.com
    "cabybake" <cabybake@yahoo.com> wrote in message
    news:1107798087.974865.104880@g14g2000cwa.googlegroups.com...
    > Hi all,
    > I am trying to set up a column where a formula is copied and pasted
    > into the next cell only if the cell goes from blank to non-blank.
    > The formula relies on the cell above it added to a cell in another
    > location. Is this possible without VB? Thanks, cabybake
    >




+ 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