ab1

  1. B

    VBA Help

    Need Help with code to monitor cell AB1, which counts certain words in a range. When AB1 is greater than zero, the system send an email to alert manager. Also Is there a way to increase the base value of AB1 as the number goes up, without manually changing it from 0 to 1 to 2 etc. Also need...
  2. B

    Quesiton on Macro to Move Info To Next Open Row

    I have the following macro set up to copy data from cells AA1, AB1 and AC1 into the next open row for columns B, C and D. Code: Sub Test() Sheet1.Range("AA1:AC1").Copy Sheet1.Range("B" & Rows.Count).End(3)(2) End Sub The problem I'm running into is that cells AA1, AB1 and AC1 have...
  3. B

    Macro to paste data into next open row.

    Hello! Looking for some assistance with what is hopefully an easy macro. Looking for a macro to copy the data in cells AA1, AB1 and AC1 into the next open row for columns B, C and D. The data is all on the same sheet, but the data in AA1, AB1 and AC1 will be changing. Thank you!
  4. S

    Printing from Userform specific

    Hi, I`m a beginner in VBA, but I`m trying to make my work more easily. I have an excel sheet, when changing the number in cell AB1 is pasting different data corresponding with the number inserted in AB1 from another sheet. I have an user-form inserting minimum and maximum number. Starting from...
  5. C

    Formula that provides answer based on date

    Hi, I have in column C an amount. In Column D a start date. As headers across columns E1 to AB1 I have dates (9/1/2018, 10/1/2018, 11/1/2018....). I am seeking a formula that looks at the start date in column D, and starts the calculation the same month and year in the header row (E1 to...
  6. A

    Excel 2016: Advanced Formula Help

    Primary Key Project Code Issue Rating 123456 AB1 1 B1 123456 AB1 1 N/A 123456 AB1 2 B1 1 2 A B...
  7. N

    Finding sub strings

    I want to search column C on for a specific string. The cells in column C can hold variable length strings such as C1: AAB1, C2: AB1, B1, C1 C3: D2, E3 etc. I want to find the first instance of a specific string and then copy cells around it. The problem I have is that, the use search doesn't...

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