+ Reply to Thread
Results 1 to 2 of 2

Copy and paste using =if forumula

  1. #1
    Registered User
    Join Date
    02-25-2009
    Location
    U.S
    MS-Off Ver
    Excel 2007
    Posts
    25

    Copy and paste using =if forumula

    I have a large spreadsheet that has 3 columns - A, B and C. Some of the rows in column C are blank and others are not. How do I use the =if formula to say if C6500 is blank, use A6500? If C6500 is not blank, use what is existing in C6500.

    Thanks,
    Jeff
    Last edited by Jeff M; 05-05-2009 at 10:31 AM.

  2. #2
    Forum Expert oldchippy's Avatar
    Join Date
    02-14-2005
    Location
    Worcester, UK
    MS-Off Ver
    Excel 2007 (Home)
    Posts
    7,097

    Re: Copy and paste using =if forumula

    Hi,

    Try this

    =IF(C6500="",A6500,C6500)
    oldchippy
    -------------


    Blessed are those who can give without remembering and take without forgetting

    If you are happy with the help you have received, please click the <--- STAR icon on the left - Thanks.

    Click here >>> Top Excel links for beginners to Experts

    Forum Rules >>>Please don't forget to read these

+ 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