+ Reply to Thread
Results 1 to 7 of 7

Which formula/function is needed for this?

  1. #1
    Registered User
    Join Date
    03-01-2016
    Location
    Wales
    MS-Off Ver
    2010
    Posts
    11

    Which formula/function is needed for this?

    The formula/function will be in the cell below LM (015) I want it to make a caluclation depending on what Part Number is in J15. For example, =IF(J15="1735",((N15*N15)-($S$7*$S$7))/($R$7*1.273),"")

    Calculation.jpg

    Thank you very much!
    Attached Files Attached Files

  2. #2
    Forum Contributor
    Join Date
    10-29-2014
    Location
    udaipur, rajasthan
    MS-Off Ver
    2007
    Posts
    352

    Re: Which formula/function is needed for this?

    =IF(J15="1735",((N15*N15)-($S$7*$S$7))/($R$7*1.273),"")


    is that your given example formula is working correctly for you?
    If answer helped you say Thanks by Add Reputation

  3. #3
    Registered User
    Join Date
    03-01-2016
    Location
    Wales
    MS-Off Ver
    2010
    Posts
    11

    Re: Which formula/function is needed for this?

    Quote Originally Posted by udprocks View Post
    =IF(J15="1735",((N15*N15)-($S$7*$S$7))/($R$7*1.273),"")


    is that your given example formula is working correctly for you?
    It works for 1735 yes, but I need it to work for all of them

  4. #4
    Forum Contributor
    Join Date
    10-29-2014
    Location
    udaipur, rajasthan
    MS-Off Ver
    2007
    Posts
    352

    Re: Which formula/function is needed for this?

    Quote Originally Posted by DanielJHughes View Post
    It works for 1735 yes, but I need it to work for all of them
    then try it may be it make sense.

    =IF(J15=J15,((N15*N15)-($S$7*$S$7))/($R$7*1.273),"")

  5. #5
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,209

    Re: Which formula/function is needed for this?

    Try

    =IF($J15<>"",IFERROR((($N15^2)-VLOOKUP($J15,$Q$6:$S$200,3,0)^2)/(VLOOKUP($J15,$Q$6:$S$200,2,0)*1.273),""),"")


    Make sure the you have consistent data types: J15 is Text, entry in Q7 is numeric: I had to renter it for the formula to work

  6. #6
    Registered User
    Join Date
    03-01-2016
    Location
    Wales
    MS-Off Ver
    2010
    Posts
    11

    Re: Which formula/function is needed for this?

    Quote Originally Posted by JohnTopley View Post
    Try

    =IF($J15<>"",IFERROR((($N15^2)-VLOOKUP($J15,$Q$6:$S$200,3,0)^2)/(VLOOKUP($J15,$Q$6:$S$200,2,0)*1.273),""),"")


    Make sure the you have consistent data types: J15 is Text, entry in Q7 is numeric: I had to renter it for the formula to work
    Had to re enter what? Some works some doesn't, thanks for the help.

    EDIT: Got it working, thanks!
    Last edited by DanielJHughes; 03-04-2016 at 10:04 AM.

  7. #7
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,209

    Re: Which formula/function is needed for this?

    If your problem has been solved, could you mark the thread as such ("Thread Tools" at top of fist post).

    Thank you.

+ 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. Function or formula needed
    By Ron Coderre in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 09-06-2005, 10:05 AM
  2. [SOLVED] Function or formula needed
    By Ron Coderre in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 09-06-2005, 06:05 AM
  3. [SOLVED] Function or formula needed
    By Ron Coderre in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 09-06-2005, 04:05 AM
  4. [SOLVED] Function or formula needed
    By CindyH in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 03:05 AM
  5. [SOLVED] Function or formula needed
    By CindyH in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-05-2005, 11:05 PM
  6. [SOLVED] Function or formula needed
    By CindyH in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-05-2005, 10:05 PM
  7. Function or formula needed
    By CindyH in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 06-21-2005, 10:05 AM

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