+ Reply to Thread
Results 1 to 10 of 10

help with nesting ISNUMBER/AND formuals please

  1. #1
    Registered User
    Join Date
    10-22-2012
    Location
    Chrstchurch
    MS-Off Ver
    Excel 2000
    Posts
    8

    Smile help with nesting ISNUMBER/AND formuals please

    Hi,

    I am creating a pivot table combined with tables for my boss. I need the formula to do the following:
    using ISNUMBER read if a cell (A6) contains the number "62", If no then return "", if it does AND another cell (K6) contains 12% it will return 125, if not then return 75

    really racking my brains and cannot solve your help is much appreciated

  2. #2
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: help with nesting ISNUMBER/AND formuals please

    Try this..

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    ---
    Sixthsense
    Last edited by :) Sixthsense :); 10-22-2012 at 12:26 PM.


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  3. #3
    Registered User
    Join Date
    10-21-2012
    Location
    Hong Kong
    MS-Off Ver
    Excel 2003
    Posts
    45

    Re: help with nesting ISNUMBER/AND formuals please

    Note sure if the "62" and "12%" you mentioned is numeric input or textual input,
    so the following formula is for textual input for A6 and K6:

    Please Login or Register  to view this content.
    Try it if it helps

  4. #4
    Registered User
    Join Date
    10-22-2012
    Location
    Chrstchurch
    MS-Off Ver
    Excel 2000
    Posts
    8

    Re: help with nesting ISNUMBER/AND formuals please

    sorry prob didn't explain very well, in the cell a6 there is a mixture of text and numbers e.g. HJ62VAF so need to search if this cell contains the number 62, if it doesn't i want to return blank, if it does, i then want it to search cell K6 which will either display 12% or another value. If it is 12% I want to return 125 and if any other value return 75?? I have tried the above suggestions but just displaying blank even though both criteria are true.
    cheers

  5. #5
    Registered User
    Join Date
    10-21-2012
    Location
    Hong Kong
    MS-Off Ver
    Excel 2003
    Posts
    45

    Re: help with nesting ISNUMBER/AND formuals please

    Try this, I tested and it works in my machine:

    Please Login or Register  to view this content.

  6. #6
    Registered User
    Join Date
    10-22-2012
    Location
    Chrstchurch
    MS-Off Ver
    Excel 2000
    Posts
    8

    Re: help with nesting ISNUMBER/AND formuals please

    thank you so much works a treat!

  7. #7
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: help with nesting ISNUMBER/AND formuals please

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Or

    Formula: copy to clipboard
    Please Login or Register  to view this content.

  8. #8
    Registered User
    Join Date
    10-22-2012
    Location
    Chrstchurch
    MS-Off Ver
    Excel 2000
    Posts
    8

    Re: help with nesting ISNUMBER/AND formuals please

    I now need to do the opposite! if cell A6 contains any other number lower than 62 i need to display the sum of cell j6 x k6, thanks

  9. #9
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: help with nesting ISNUMBER/AND formuals please

    I don't know which formula is worked for you, just replace the nearby nothing "" (of 62) in to j6*k6

    ---

    Sixthsense
    Last edited by :) Sixthsense :); 10-22-2012 at 12:55 PM.

  10. #10
    Registered User
    Join Date
    10-22-2012
    Location
    Chrstchurch
    MS-Off Ver
    Excel 2000
    Posts
    8

    Re: help with nesting ISNUMBER/AND formuals please

    Hi,
    The formula =IF(TYPE(FIND("62",A6))<>1,"",IF(K6=12%,125,75)) worked fine for the result i desired, in a different cell i need to read the same cell A6 which contains AJ62VAF and return blank if the cell contains the number 62, and if it contains anyother number lower than 62 to display the result of j6 x k6. your help is much appreciated

+ 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