+ Reply to Thread
Results 1 to 10 of 10

Multiplication hidden in column

  1. #1
    Registered User
    Join Date
    07-08-2015
    Location
    914
    MS-Off Ver
    2007
    Posts
    2

    Multiplication hidden in column

    Hello guys.
    I have little problem.
    I am starting in VBA and i am trying to make macro.
    There is column A and B. In A i write number and then in B it should automatlicy give me multiplication that i wrote in macro and then it shows me result of multiplication.
    Can someone help me??

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

    Re: Multiplication hidden in column

    Copy the below code and do right click on sheet tab and select view code and paste it.

    Close the VBA window (Alt+Q to close VBA window) and return to that sheet and check.

    Please Login or Register  to view this content.


    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
    Forum Expert NeedForExcel's Avatar
    Join Date
    03-16-2013
    Location
    Pune, India
    MS-Off Ver
    Excel 2016:2019, MS 365
    Posts
    3,879

    Re: Multiplication hidden in column

    You can have a simple Function like -

    Please Login or Register  to view this content.
    And you can use this in the Excel Sheet as mentioned below.

    It will multiply the Value of Cell A1 by 3 -

    =Multiply(A1,3)
    Cheers!
    Deep Dave

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

    Re: Multiplication hidden in column

    Quote Originally Posted by NeedForExcel View Post
    You can have a simple Function like - =Multiply(A1,3)
    Dave why not =A1*3 ??

  5. #5
    Registered User
    Join Date
    07-08-2015
    Location
    914
    MS-Off Ver
    2007
    Posts
    2

    Re: Multiplication hidden in column

    Quote Originally Posted by :) Sixthsense :) View Post
    Copy the below code and do right click on sheet tab and select view code and paste it.

    Close the VBA window (Alt+Q to close VBA window) and return to that sheet and check.

    Please Login or Register  to view this content.
    Sory but not working

  6. #6
    Forum Expert NeedForExcel's Avatar
    Join Date
    03-16-2013
    Location
    Pune, India
    MS-Off Ver
    Excel 2016:2019, MS 365
    Posts
    3,879

    Re: Multiplication hidden in column

    Quote Originally Posted by :) Sixthsense :) View Post
    Dave why not =A1*3 ??
    So that he has an option to select any Cell for multiplication he wants..

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

    Re: Multiplication hidden in column

    Quote Originally Posted by NeedForExcel View Post
    So that he has an option to select any Cell for multiplication he wants..
    Sorry, I am not getting your point

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

    Re: Multiplication hidden in column

    Quote Originally Posted by manufacture1 View Post
    Sory but not working
    Attach a sample workbook. Make sure there is just enough data to make it clear what is needed. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate. Make sure your desired results are demonstrated, mock them up manually if needed. Remember to desensitize the data.

    Click on GO ADVANCED and use the paperclip icon to open the upload window.

    View Pic

  9. #9
    Forum Expert NeedForExcel's Avatar
    Join Date
    03-16-2013
    Location
    Pune, India
    MS-Off Ver
    Excel 2016:2019, MS 365
    Posts
    3,879

    Re: Multiplication hidden in column

    Quote Originally Posted by :) Sixthsense :) View Post
    Sorry, I am not getting your point
    Oh so you are asking, why not use a simple calculation rather than VBA?

    That is because manufacture1 mentioned he is new to VBA and would like to learn it..

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

    Re: Multiplication hidden in column

    Quote Originally Posted by NeedForExcel View Post
    Oh so you are asking, why not use a simple calculation rather than VBA?
    Yes, exactly

    Quote Originally Posted by NeedForExcel View Post
    That is because manufacture1 mentioned he is new to VBA and would like to learn it..
    Oopss... I missed that point Thanks for the clarification

+ 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: 1
    Last Post: 07-13-2014, 10:42 AM
  2. Replies: 0
    Last Post: 06-29-2014, 02:18 AM
  3. Replies: 1
    Last Post: 07-20-2012, 11:34 AM
  4. Excel 2007 : Column multiplication
    By djv0001 in forum Excel General
    Replies: 5
    Last Post: 02-02-2009, 07:25 PM
  5. Need a 1 Column multiplication formula for 2600 cells. How?
    By Buckle in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-25-2005, 01: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