+ Reply to Thread
Results 1 to 3 of 3

Copy and Pasting Formula but need to keep ONE CELL the same...

  1. #1
    Registered User
    Join Date
    05-05-2008
    Posts
    45

    Copy and Pasting Formula but need to keep ONE CELL the same...

    I have the following formula that I am having an issue with.

    =IF(K4=11,CONCATENATE(N1,H4),"")

    In this formula I need cell N1 to stay N1 while the other cells (K4 and H4) increase in increments (i.e. K4 to K5 , etc...) as I copy/drag the formula through my spreadsheet. I have to do this for 200+ rows so manually changing every cell isn't a very time consuming option.

    Any help is appreciated.

  2. #2
    Forum Expert sweep's Avatar
    Join Date
    04-03-2007
    Location
    Great Sankey, Warrington, UK
    MS-Off Ver
    2003 / 2007 / 2010 / 2016 / 365
    Posts
    3,444
    Hi,

    Make it absolute be using dollar signs

    =IF(K4=11,CONCATENATE($N$1,H4),"")
    Rule 1: Never merge cells
    Rule 2: See rule 1

    "Tomorrow I'm going to be famous. All I need is a tennis racket and a hat".

  3. #3
    Registered User
    Join Date
    05-05-2008
    Posts
    45
    Quote Originally Posted by sweep
    Hi,

    Make it absolute be using dollar signs

    =IF(K4=11,CONCATENATE($N$1,H4),"")
    DANG IT! I knew it was simple... THANK YOU SO MUCH!

+ 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