+ Reply to Thread
Results 1 to 2 of 2

Excell Module

  1. #1
    Registered User
    Join Date
    09-16-2011
    Location
    Australia
    MS-Off Ver
    Excel 2003
    Posts
    1

    Excell Module

    Hello,
    I am a newbie to Excel VBA. Can anyone help me developed a module or function that will check the number of bits of a binary number and then calculate the resistance of a binary resistors in parallel combination. One column of excel sheet contains binary data to be checked i.e.
    0000,0000,0000,0001
    0000,0000,0000,0010
    0000,0000,0000,0011
    0000,0000,0000,0100
    ;
    ;
    0000,0011,1111,1111
    0000,0100,0000,0000

    for example.
    if binary number is 0000,1111
    then the resultant of R0, R1, R2, R3 should be calculated i.e. Rs=1/R0+1/R1+1/R2+1/R3

    The values of binary resistors in parallel are:
    R0 R1 R2 R3 R4 R5 R6 R7 R8 R9 R10
    1 2 4 8 16 32 64 128 256 512 1024

    Appreciating your input in advance.
    Regards,
    Kein
    Last edited by Kein; 09-16-2011 at 02:14 AM.

  2. #2
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200

    Re: Excell Module

    Welcome to the Forum. You will get better responses if you choose the correct forum. I've moved this to the programming forum

    Read all the rules before posting again

    Your post does not comply with Rule 5 of our Forum RULES. We have Seven question forums: Miscellaneous, General, Programming, Worksheet Functions, Charting, Excel 2007 Help and New Users. Please choose the appropriate forum, and post your question in ONLY one forum.
    Hope that helps.

    RoyUK
    --------
    For Excel Tips & Solutions, free examples and tutorials why not check out my web site

    Free DataBaseForm example

+ 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