+ Reply to Thread
Results 1 to 5 of 5

New User - Formula pasting problem

  1. #1
    Registered User
    Join Date
    02-09-2005
    Posts
    25

    New User - Formula pasting problem

    Now i have my formula that works I want to paste it into every row of a column BUT when i do it makes all cell references relative to that row, which is fine apart from some cell references on another worksheet that I do not want to change!

    My formula is:

    =IF(AND(K2="Yes",M2="Compatible"),'Data Lists'!E5,IF(J2=0,'Data Lists'!E6,IF(M2="Remanufactured",'Data Lists'!E3,IF(M2="Compatible",'Data Lists'!E2,"Select Template"))))

    I want all the 'Data Lists' cell refs to be fixed and not change but want all the other cell refs to change relative to the rows as i paste. i.e. pasting the above formula into row 3 with the following result:

    =IF(AND(K3="Yes",M3="Compatible"),'Data Lists'!E5,IF(J3=0,'Data Lists'!E6,IF(M3="Remanufactured",'Data Lists'!E3,IF(M2="Compatible",'Data Lists'!E2,"Select Template"))))

    Hope this makes sense.

    Many thanx in advance.

    Boz

  2. #2
    Forum Contributor
    Join Date
    06-23-2004
    Location
    Houston, TX
    Posts
    571
    Quote Originally Posted by Boz
    Now i have my formula that works I want to paste it into every row of a column BUT when i do it makes all cell references relative to that row, which is fine apart from some cell references on another worksheet that I do not want to change!

    My formula is:

    =IF(AND(K2="Yes",M2="Compatible"),'Data Lists'!E5,IF(J2=0,'Data Lists'!E6,IF(M2="Remanufactured",'Data Lists'!E3,IF(M2="Compatible",'Data Lists'!E2,"Select Template"))))

    I want all the 'Data Lists' cell refs to be fixed and not change but want all the other cell refs to change relative to the rows as i paste. i.e. pasting the above formula into row 3 with the following result:

    =IF(AND(K3="Yes",M3="Compatible"),'Data Lists'!E5,IF(J3=0,'Data Lists'!E6,IF(M3="Remanufactured",'Data Lists'!E3,IF(M2="Compatible",'Data Lists'!E2,"Select Template"))))

    Hope this makes sense.

    Many thanx in advance.

    Boz
    Here is your formula:

    =IF(AND(K2="Yes",M2="Compatible"),'Data Lists'!$E$5,IF(J2=0,'Data Lists'!$E$6,IF(M2="Remanufactured",'Data Lists'!$E$3,IF(M2="Compatible",'Data Lists'!$E$2,"Select Template"))))
    BenjieLop
    Houston, TX

  3. #3
    Registered User
    Join Date
    02-09-2005
    Posts
    25

    Thumbs up

    Quote Originally Posted by BenjieLop
    Here is your formula:

    =IF(AND(K2="Yes",M2="Compatible"),'Data Lists'!$E$5,IF(J2=0,'Data Lists'!$E$6,IF(M2="Remanufactured",'Data Lists'!$E$3,IF(M2="Compatible",'Data Lists'!$E$2,"Select Template"))))
    Hi BenjieLop

    Once again you come to the rescue

    and once again i REALLY appreciate your help, this has been bugging me all day!

    Cheers

    Boz

  4. #4
    Forum Contributor
    Join Date
    06-23-2004
    Location
    Houston, TX
    Posts
    571
    << Hi BenjieLop

    Once again you come to the rescue >>

    Thank you for the feedback ...


    << and once again i REALLY appreciate your help, this has been bugging me all day!

    Cheers

    Boz >>

    ... now you can prop your feet up and take it easy 'cuz tomorrow is another day!!!

  5. #5
    Registered User
    Join Date
    02-09-2005
    Posts
    25
    nice idea , but not much chance lol

    Boz

+ 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