+ Reply to Thread
Results 1 to 3 of 3

Making an equation calculator (Ohm's law style)

Hybrid View

  1. #1
    Registered User
    Join Date
    02-03-2018
    Location
    denmark
    MS-Off Ver
    2016
    Posts
    2

    Question Making an equation calculator (Ohm's law style)

    Hello

    I found a video on YouTube of a really neat calculator, but the link in the description is no longer available, so I'm not able to download a copy.
    I tried to copy the functions shown in the video but without any luck.
    Can anyone tell me what makes this work?
    As I see it, you can input any two og four values, and it'll calculate for any of the remainding, but I just can't figure out how.

  2. #2
    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
    31,166

    Re: Making an equation calculator (Ohm's law style)

    See attached

    You will need to "Enable Iterative Calculations"

    File >>> Options >>>"Enable Iterative Calculations" ..Set to 1

    Sample formula

    in C2

    =IF(ISNUMBER(A2),A2,IF(AND(ISNUMBER(A3),ISNUMBER(A4)),A3*A4,IF(AND(ISNUMBER(A3),ISNUMBER(A5)),A5/A3,"")))
    Attached Files Attached Files
    Last edited by JohnTopley; 02-03-2018 at 07:33 AM.

  3. #3
    Registered User
    Join Date
    02-03-2018
    Location
    denmark
    MS-Off Ver
    2016
    Posts
    2

    Re: Making an equation calculator (Ohm's law style)

    Thank you.
    I'll try and dig into this type of coding.

+ 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. Build an averaging style calculator?
    By dan76n in forum Excel General
    Replies: 3
    Last Post: 09-06-2017, 06:43 PM
  2. Need help making a loan calculator
    By tiwas in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 07-29-2016, 02:57 PM
  3. Making Calculator
    By nereden23 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 05-25-2014, 03:52 PM
  4. Making an Income Tax Calculator
    By Pstar in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-18-2010, 01:56 AM
  5. Making a calculator in excel?
    By sandbach in forum Excel General
    Replies: 7
    Last Post: 09-24-2009, 12:25 PM
  6. need help making a small calculator
    By skylinekiller in forum Excel General
    Replies: 10
    Last Post: 05-06-2009, 12:42 PM
  7. making a calculator from vb.net to vba
    By jermaindefoe in forum Excel Programming / VBA / Macros
    Replies: 24
    Last Post: 02-11-2008, 06:06 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