entire

  1. J

    Excel 2010 If statement to move entire line to another worksheet

    I use excel 2010 for a work order worksheet. One the work order is complete ( the work complete in say J3) I want to move that entire line to worksheet 1 (from work orders). So if J3 says "complete" then move entire line to worksheet 1. Please help. Thank you, Justine
  2. B

    Force a user to select the entire row from row number

    Can somebody help a bit please, I have cobbled together the below code to allow the user to insert extra rows. But I have a couple of problems. 1. I need be able to force the user to select the entire row, because at the moment if they select a cell not the row, the code just inserts a copy the...
  3. P

    Delete entire row based on two conditions

    Hi all, i would like to use VBA code so that to delete entire row if met two criteria. Col."H" is 0 (zero) and col. "N" is blank. Thank you all in advance
  4. J

    Reference another workbook with entire filepath

    Hi All: I am trying to write a formula to reference cell A1 in this workbook. I am using the entire filepath in hopes of being able to access the data without the other workbook being open. C:\Users\Username\Documents\Report\[Test Workbook.xlsx]Sheet1 Any suggestions?
  5. B

    VBA Delete entire row if any cell in column c contains "mania" or "beverly hills polo" or "calvin"

    Delete entire row if cell in column C contains multiple criteria.
  6. D

    Entire row to be unbolded

    What is the vba to make an entire row not bold?
  7. K

    Delete data except particular cells

    hi, I have a worksheet where I need to delete data in column A by selecting Ctl+spacebar buttons in keyboard and delete button to clear entire data EXCEPT header in cell "A1".. how can I do that.. please help:warning:
  8. zuriqi

    Countif in power bi

    Hi I am looking for a similar to the below formula to find the count of item in each and every row in the entire column. =COUNTIF($A$1:A2,A2) =COUNTIF(Table1[[#Headers],[ColA]:[ColA]]:[@ColA],[@ColA])
  9. C

    Table lookup

    Hi, I am currently using excel 2016 and I am trying to create a formula that can look up a specific table name and return the entire data table, but I am not sure how I would go about doing this. I have tried using the lookup functions but that wont return the entire table. If anyone has any...
  10. P

    Delete entire row base on two conditions

    Hi all, i would like to prepare a VBA code so that to run through col. "F" and where the text is like "Opening Balance" and in col. "J" is zero number "0" should delete entire row. Please see below an extract of my data row "28" which i wanted to delete. Thank you all in advance...
  11. Nelson78

    Delete entire rows if ...: how to speed up the process?

    Hello everybody. I have 500k rows to check. If cell "H" is not beginning for "CODE", then delete entire row. How You can imagine, with a such amount of rows the process takes too long. How can I speed up? May be with a REGEX strategy? Sub deleterows() Dim rw As Long With...
  12. F

    Conditional formatting only working on empty cells

    I have a worksheet where I have applied conditional formatting to color every other row. Sheets("Dealer").Select With Range("A1").CurrentRegion .FormatConditions.Add Type:=xlExpression, Formula1:="=MOD(ROW(),2)=1" .FormatConditions(1).Interior.ColorIndex = 15 End With But for some reason...
  13. B

    Importing HTML

    Hi Everyone, I am looking for ideas getting an HTML document into Excel. I've tried the standard "Get Data" but I end up with a 4MB file and have 30-35 tables daily. If its possible to import the entire HTML document to one worksheet with a one click solution that would be great. Any...
  14. D

    VBA code to see if an entire row has been selected.

    I need some code to see if an entire row has been selected within a range and also I need code to see if an entire row has been selected within a table, tblCosting. Thanks, Dave
  15. S

    Dynamic Hyperlink to Highlight Entire ROW

    Hi All, When I use a direct hyperlink the used VBA code in my file work to highlight the entire row in the target file. However if I use dynamic hyperlink VBA not working. Please suggest.
  16. R

    Entire workbook grayed out

    I have a workbook with multiple worksheets. I was working in it a week ago and everything was fine. I opened it today and the entire workbook, including all of the menus, is grayed out. Where the cells would be is just a big gray blank, no borders, no cells, no numbers. Even in the File menu...
  17. R

    vlookup entire column

    Good Day Mr. Excel users, I saw my colleagues doing this weird formula that I never seen. =VLOOKUP(E:E,reference!I:L,4,0) above lookup value refers to entire column E:E but assuming above formula in in row 2, it only uses E2 as reference and it works. Can someone please explain to me on why...
  18. P

    Delete entire row

    Hi all, i would like to use VBA code so that to delete entire row, where in column "A" is number. Due to headings the code should run from "A4" and rows down. Thank you all in advance
  19. rkol297

    What is in Column E determines Column F

    I want to have what value is entered in column E which is Yes, No, or Blank to dictate what is in column F to list Yes = HI, No = N/A, Blank = Blank. I figured out how to do if for a single cell but how do you apply it for the entire column E and R? Sub Network() If Range("E3").Value = "No"...
  20. M

    Select or deselect offset entire column double clicking on cell

    Hello,</SPAN></SPAN> I want a code that can select or deselect offset entire column double clicking on cell.</SPAN></SPAN> For example if I double click on any cell in the column "L", I want entire column "C" could be selected. If I redo double click then entire column deselected</SPAN></SPAN>...

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