ramp

  1. B

    Creating a ramp with percentage

    Dear All, I am hoping you can help as I am not the best person who knows Excel. I need to create a formula that that would take 100% divided by the number of months defined as the "ramp period" plus the previous month so that when it adds up to 100% when it reached the end of the ramp month...
  2. G

    Deleting Rows with a specific word

    For Each sht In ActiveWorkbook.Worksheets If sht.Visible And (sht.Name = "Ramp") Then sht.Activate End If For r = Cells(Rows.Count, "M").End(xlUp).Row To 7 Step -1 If Cells(r, "M").Value <> "Ramp" Then Rows(r).Delete Next r End If Hello All. I'm trying to...
  3. H

    Macro for hiding rows and columns based on selection in drop down list

    Hi, I need help with the macro vba coding.... My tab in the workbook is titled "Worksheet" In cell A9, I have data validation set up where the user can select from a drop down list that has 4 values (Box, Bag, Ramp, Drive, null value) If the user selects Box or the value is null in cell...

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