sheet2

  1. T

    Trim Database based on cell values in another sheet

    I have 2 worksheets.... In Sheet1, I have a list of 100 Static IDs ( they never change ) in Column D. Starting from D11 to D111 In Sheet2, I have a dynamic database ( updated daily ) of about 25,000 rows. Each ID ( from Sheet1 ) will appear ONLY ONCE in Sheet2.ColA. Need a VBA to delete...
  2. A

    VBA to copy data from a sheet1 and sheet2 to different tabs

    Hi, I have amounts in Sheet1 ‘column D’ and Sheet2 ‘column C’, I want to copy and paste the amount in following tabs in column B and column F with the below criteria. Criteria to be match is date and plan ID (Which is in H1 in all tabs). Thank you so much in advance
  3. M

    Delete ROW based on another sheet list value

    Hello, I have in sheet1 over 1000 rows, in sheet2 i have the rows that needs to be deleted. E.G.: Sheet1: A1: 50 A2: 500 A3: 250 A4: 300 A5: 540 A6: 532 A7: 483 A8: 349 A9: 212 A10: 132 Sheet2 (file with list that needs to be removed): 250 300 540 212 So, I want a macro that searches...
  4. P

    Hide rows and count visible cells only

    Hi can anyone help with a macro that will hide rows one at time starting from the last row used on sheet2 ("A:Z). And a second macro to unhide the last rows one at a time. Then have this formula on sheet1("T5") count only visible cells on sheet2. =COUNTIF('Sheet2'!B:H,$S5) Any help would be...
  5. S

    Copy whole row into different sheet if specific text found in Column.

    Lads, Hope you can help me. I have Table in Sheet1 consisting of 100's of rows and about 20 columns similar to below. I need formula in Sheet2 that looks through Column A Sheet1 and if it finds APPLE IN CELL then it needs to copy whole row into Sheet2 and same for PEAR. This need to be in the...
  6. S

    Link between two sheets where filter doesn't mess up the link

    Hi. I'm trying to link between two sheets. There are filters on both sheets. Sheet1 A1 has the data: Cheetah Sheet2 A1 is linked to Sheet1 A1 using the formula 'Sheet1'!A1 This works well until I use the filter to sort Sheet1. Then, the value on Sheet2 A1 now shows the data on Sheet1 A1...
  7. K

    Count If Multiple Criteria

    Hello, I need to count using two criteria. I have a range of user emails; AV3:BA100 in Sheet1; these are the data points I am trying to analyze. I also have a range of email domains for reference, which will come into play later in A1:A4 in Sheet2. <tbody> Sheet1 AV AW AX AY AZ BA...
  8. J

    VBA: When conditions are met, a message box will pop up

    Sheet1: <tbody> 1 Cat 2019-05-21 Error... This, this, and this 2 Dog 2019-05-21 Error. This, this, and this 3 Mouse 2019-05-25 In order - that, that, and that 4 Fish 2019-05-26 Where, when, why, and how </tbody> Sheet2: <tbody> 5 2019-05-22 Dog ... 6 2019-05-22 Fish ... 7...
  9. Sharid

    Need to start code from a certain point

    Hi In my workbook I have two sheets Sheet1 = "Scraper" Sheet2 = "Url List" In Sheet 2 Column "A" Row 2 I have a list of URLs, every time one has been processed my code place a NUMBER "1" in column B next blank row. The number "1" have two purposes, one as a counter and two to indicate that...
  10. I

    Lots of sheets

    Hi folks! I just created an account, because i need some help. I have lots of excel sheets. All are linked together. It is just a mess. So i am trying to visualize the flow of data through all sheets. I already made a table with all sheets and all dependencies. It looks like as follow...
  11. P

    VBA to insert specific rows in form

    Hi, I need some help. I need copy specific rows (filled rows) from sheet2 and insert to sheet1 specific place between 8 and 9 rows(Sheet header is from 1 row to 9row and sheet footer is from 9 till 18 row. All information from Sheet2 have to be placed between them). This is like proposal form...
  12. J

    VBA: if any cell in column A = "value", then copy...

    Hello, I'm hoping to get some help with VBA coding. If there are cells in column A that are equal to "value" in Sheet1 then I would like to copy the values of the cells in the same row but in columns D and F to Sheet2. For example, A4 = "value" so I want to copy the values in D4 and F4 to...
  13. D

    Copy-paste from partly unknown range VBA

    Hi! Sorry for the vague subject. I have a seemingly simple task at hand, however lacking ideas towards solution. Can't even figure out great keywords for search. I need to copy some data from Sheet2 to Sheet1 via VBA. There are 10 columns of data on Sheet2 (range A:J - can copy them all)...
  14. J

    Drag horizontal with spaces

    Hi friends, I have one issue which I cant resolve. So I have sheet1 with vertical list: Name Name1 Name2 Name3 Name4 etc... And I have to link it on sheet2, but on every fourth cell and horizontal. So it should be in link like: Name (empty cell) (empty cell) (empty cell) Name1 (empty cell)...
  15. R

    auto fill and auto calculation vba

    Hi Guys I have the following link:- https://www.dropbox.com/s/bodv5s8100cq4t6/SALES%20JANUARY.xlsx?dl=0 I have sheet1 ,sheet2 and output in my excel sheet. I want to vba to autofill sheet1 as per below :- (1) From Sheet2 range A2 :A To Sheet1 range A3:A (2) From Sheet2 range...
  16. H

    Help with mutliple Worksheets copy and save as

    Hi All, Last question to finish my recent project :D I need to perform the following functions: - Copy Sheet2, Sheet3 and Sheet 4 to new workbook (using codename as sheet name change weekly) - Hide Sheet2 - Save workbook in original directory taking Sheet2 name and fixed suffix -...
  17. K

    Excel formula to assign categories IDs based on text keyword searches

    I have a spreadsheet with 200k+ books/descriptions/etc, and I'm looking for a way to search in each full row (A-x) for keywords (sheet2, column a, not case-sensitive) within the text, and when it finds those keywords, it assigns a unique category ID (sheet2 column b) to each row for each match...
  18. C

    Google sheets formula for values that are greater than or equal to but less than

    I need a formula for a sheet which will calculate the sum of values in another sheet between a range i specify. For example, find the sum of 'Sheet2 column A' where values in 'Sheet2 column B' are greater than or equal to 3.0 but less than 4. Sheet2 looks like the following <tbody> Total...
  19. N

    Can't change size of "picture link" when I copy the new sheet

    Hi Everyone, I have used "picture link" to paste the data(in sheet2) from my worksheet(sheet1) And I resize that picture to bigger. After that I copy sheet2 to sheet3, sheet4 and sheet5. The picture'size (from "picture link") is equal size of worksheet(sheet1) How can I resize "picture...
  20. S

    Date highlighting (Conditional Formatting) relative to other date for common reference (PO Number)

    Is it possible to use Conditional Formatting to do the following: On sheet 1: Look up a date in Column L which relates to a value (Order number) in Column F, this then needs to cross reference with a date in sheet2 in Column E which relates to the same PO in Column A (on sheet2). Ideally the...

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