loop functions

  1. C

    VB to loop through several dropdown lists

    How would I create a VB Macro to loop through several dropdown lists and then add all the values to cells on another worksheet? I would like to automatically generate the various combinations for the values in a group of 10 dropdown lists, so when it reaches the end of the last dropdown list...
  2. A

    Insert Formula Into Cell Based on Value of Another Cell?

    Hi everyone, I'm quite new to VBA on Excel and haven't quite been able to figure out how to get my macro working yet. I have data that looks like this: <tbody> Date Amount 1 Type Amount 2 Amount 3 Macro Output 01/01/2013 -100 A -80 -20 01/02/2013 -150 B -30 03/05/2014 -200...
  3. E

    Need to create a loop that averages numbers within 'n' standard deviations

    I am trying to design a function that grabs an average of only numbers that are within a certain deviation of the mean. I got the plan down, and have done this before without VBA, its just a user defined function will be much quicker. The gist of what I am doing: Find the standard deviation...
  4. G

    Looping HELP

    Hi Guys I'm relatively new to looping and im looking for some help. My problem is I want to loop an action based on the value of a cell (that value will change). Example: If Sheet 1 Range A1 = 10 Copy selection from Sheet 2 Return to Sheet 1, and paste selection 10 times (based on the...
  5. P

    LOOP with non blank cell

    Hi everyone, Im learning VBA and I have this code Sub SmartRunningTotals()</pre> Dim rng As Range Dim cell As Range Dim lastRow As Long Dim totalTime As Double ' I'm assuming your time column is in column A lastRow = Range("A" & ActiveSheet.Rows.Count).End(xlUp).Row...
  6. H

    Hide Rows inbetween two cell in one coloumn

    Hi, I am writing a VBA code to restructure the multilevel BOM dump taken out from SAP. In this data the number of coloumn's are fixed and row numbers are dynamic depending upon the size of BOM data I have finished with my code, except one part where i am stuck. I tried various things but its...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top