+ Reply to Thread
Results 1 to 7 of 7

Want to get values from one sheet to another and change info if conditions met?

  1. #1
    Registered User
    Join Date
    03-22-2015
    Location
    Perth Western Australia
    MS-Off Ver
    2013
    Posts
    4

    Want to get values from one sheet to another and change info if conditions met?

    I am having trouble getting the formual correct to be able to have the information from a cell changed by using an if function to go into another cell. I can get part of it to work but not the other

    Below is an example of what I am trying to do

    1
    2
    1
    NR
    What I want is to return either the number 1 or "NR" in a cell. Currently I can get the 1 to come up but not the "NR"
    The formulas I have been trying to use is =if([abc]fw!a1>.9,1,if([abc]fw!a1=NR,NR))

    AS mentioned at this stage it is returing a result of 1 in all cells when placed in the new sheet.

    Any assistance with this will be much appreciated.

  2. #2
    Forum Expert Crooza's Avatar
    Join Date
    10-19-2013
    Location
    Hunter Valley, Australia
    MS-Off Ver
    Excel 2003 /7/10
    Posts
    2,082

    Re: Want to get values from one sheet to another and change info if conditions met?

    I assume [abc]fw is the name of your sheet.

    is NR the only non numerical value

    Why not

    =if([abc]fw!a1="NR","NR",1)

    otherwise use
    =if (isnumber(a1),1,"NR")
    Happy with my advice? Click on the * reputation button below

  3. #3
    Registered User
    Join Date
    03-22-2015
    Location
    Perth Western Australia
    MS-Off Ver
    2013
    Posts
    4

    Re: Want to get values from one sheet to another and change info if conditions met?

    Thank you for that. It seems to work ok and gives me the result I was looking for.

  4. #4
    Registered User
    Join Date
    03-22-2015
    Location
    Perth Western Australia
    MS-Off Ver
    2013
    Posts
    4

    Re: Want to get values from one sheet to another and change info if conditions met?

    I have one more question you may be able to assist me with. If I then have a cell that is blank I would like to have that cell blank in the new sheet. How do I add that into the formula?

  5. #5
    Forum Expert Crooza's Avatar
    Join Date
    10-19-2013
    Location
    Hunter Valley, Australia
    MS-Off Ver
    Excel 2003 /7/10
    Posts
    2,082

    Re: Want to get values from one sheet to another and change info if conditions met?

    Nested if statement like this. Providing your blank cells are actually empty.

    =if(a1="","",if(isnumber(a1),1,"NR"))

  6. #6
    Registered User
    Join Date
    03-22-2015
    Location
    Perth Western Australia
    MS-Off Ver
    2013
    Posts
    4

    Re: Want to get values from one sheet to another and change info if conditions met?

    Thanks Crooza. I have put the formula into the file and it works well.

    Cheers

  7. #7
    Forum Expert Crooza's Avatar
    Join Date
    10-19-2013
    Location
    Hunter Valley, Australia
    MS-Off Ver
    Excel 2003 /7/10
    Posts
    2,082

    Re: Want to get values from one sheet to another and change info if conditions met?

    Great. Glad it worked

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 2
    Last Post: 01-01-2015, 09:38 PM
  2. Replies: 2
    Last Post: 12-27-2011, 08:30 AM
  3. Replies: 0
    Last Post: 07-21-2011, 05:13 PM
  4. [SOLVED] Why does excel info transferred to word change cell values?
    By jonsey35 in forum Excel General
    Replies: 0
    Last Post: 08-08-2006, 03:30 PM
  5. how to get values from different sheet when info. matches?
    By juanpauk in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-02-2006, 03:10 PM

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