row and column

  1. W

    Rows to Column - Macro

    Hi guys, can you help me. I need a macro for this problem. Thanks in advance! :)
  2. J

    VBA code to import new data to dashboard

    Good day all, I'm attempting to build a dashboard of Incident Ticketing data for our IT office. Every morning I extract a new Incident report from ServiceNow and import that worksheet into the dashboard excel file. I then try to update each row by matching ticket numbers between the new...
  3. A

    Calculate variance from combined rows with nested loop for all columns (VBA)

    I have started to use VBA and I have the following problem. I want to calculate the variance of the 6th and 9th row. Then, 6th and 12th row (yellow). The loop should then calculate the 7th and 10th and 7th and 13th row (beige) Finally, the loop should then calculate the 8th and 11th row, 8th...
  4. E

    Q: How do i keep a row connected together(moving together) while shifting/adding row above it?

    I have an Excel file containing two sheets: - `Teams` (which contains details of teams and time schedule of their matches) - `Results` (contains calculation and number of matches and results, etc). What`Results`did is that each game that has launched status on `Teams` it gets on...
  5. H

    Separate the lines based on column header and its value

    Hi Team, Hope anyone can help me, I have column heading fields like New, Old, Exist, Duplicate and each column has its own values and require vba code to get each line separately. For example for product A, if you have value in New and Duplicate amounting $1000 and $2000 respectively then it...
  6. I

    Copy Variable Row and Columns

    Hi experts, currently I have a data in this format <tbody> H.Freq H.Uncorrect H.Correction H.Corrected H.Limit x x x x x x x x x x x x x x x x x x x x x x x x x V.Freq V.Uncorrect V.Correction V.Corrected V.Limit x x x x x x x x x x Tested xx 30~1000...
  7. R

    Adding a blank line below

    <colgroup><col span="5"></colgroup><tbody> <colgroup><col width="64" span="4" style="width:48pt"> </colgroup><tbody> 1 1 2 2 3 3 4 4 8 5 9 6 10 7 13 8 14 9...
  8. R

    Sumif based on 2 row criteria and 1 column criteria

    A1:A10 = Criteria Range 1 B1:B10 = Criteria Range 2 C1:E1 = Criteria Range 3 How to sumif all 3 criteria's are met? Thanks in advance for your help...
  9. T

    Count number of rows which contain specific text

    Hi, I am on an assignment to count the number of rows which contain specific text and print the value on email. However I'm stuck here Here are my code Public Function First()Dim Source As Workbook Dim Var1 As Integer Dim Var10 As Integer Dim Source2 As Workbook Set Source =...
  10. R

    Within a loop, need to copy all rows from one sheet to another upon matching criteria

    Using Excel 2003 in XP...I have a database worksheet ("DATA") that I want to copy certain rows of data to multiple worksheets within the same workbook ("KING", "PIERCE", etc.) if it matches the County (e.g. King, Pierce, etc.) of the same worksheet name. Worksheet DATA has 3 header rows and data...
  11. K

    VBA code to run a formula in a Table from one row to the next in the entire table.

    I am looking for a Macro that will make the process in the document as simple as possible. Its currently a lot of manual work and I would like to automate the process. The document involves a two tables in a Matrix form input Volumes and Budget and an out Actuals. In the same document we have...
  12. A

    Formula / Macro to find Duplicate Row based on multiple Columns conditions

    Hi All, What would be the best way to find the duplicates using values from multiple columns. Example : Concatenate value of columns A & B & C & D & G and find if this combination is repeated across the sheet and return/highlight value of Column A. (The sheet is large like 50,000 rows)...
  13. I

    Hide Row & Column Heads for all sheets

    Hi, Using the code "ActiveWindow.DisplayHeadings = False" I can hide the Row & Column headings of the active sheet but how do I do this for all the sheets within the workbook in one go?
  14. M

    Text in cells - how to break it up into X # of characters

    Good morning, I am currently workin with Excel 07 on windows XP Professional and i ran into an issue a couple of days back on a spreadsheet that contains mainly text responses inside of the cells. I am trying to create a subroutine that recognizes the cells that exceed an X number of...
  15. N

    Reverse Column and Row Look-up

    Reverse Column and Row Look-up <?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p> We have been working all day on a very large cataloging file. <o:p></o:p> We want excel to point to the ROW and COLUMN location by searching a RANGE. <o:p></o:p> EXAMPLE...
  16. N

    Referance Row and Column from cell location within range

    Search and combining row and column data <?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p> I have been working on this with one other guy for the majority of the day and wondering if anyone has any insight. <TABLE style="WIDTH: 319pt; BORDER-COLLAPSE...

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