#error

  1. U

    Worksheet_Change - Argument not optional

    Hi, I have been trying to update the color of corresponding tabs when the table column containing the status is changed. I have written the following code to achieve the same: Private Sub Worksheet_Change(ByVal Target As Range) On Error Resume Next If Not Intersect(Target, Range("D:D"))...
  2. M

    #Error in output query

    Hello, I have this formula in access - that converts different formatted phone numbers into a numeric field - because some fields are blank it give me an #Error message. I tried to run the query and append it separately to a table (with a right join) - excluding Nulls, etc. But I cant seem to...
  3. matthewlouis

    Lookup Conditional Formula with Multiple Columns

    <!--[if gte mso 9]><xml> <o:OfficeDocumentSettings> <o:AllowPNG/> </o:OfficeDocumentSettings> </xml><![endif]--><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:TrackMoves/> <w:TrackFormatting/> <w:PunctuationKerning/>...
  4. K

    Runtime error '1004': method range of object_global failed

    New to making macros. Keep getting this error and not sure why. Sub activessheet.select range("o3").select activecell.formulaR1C1 = "=countif(c[-11],""i28"")" range("O4")'select end sub any help would be great!
  5. D

    Error 438

    Hi All, I'm trying to create a macro in order to load data from other excel files into a file. However, I get the error 438 'object doesn't support this property or...' Unfortunately I cant figure out what Im doing wrong because im not a vba expert. I used the following code. I underlined the...
  6. Phil Payne

    A unique "#VALUE" error

    Hello all, I am using Excel 2010 in compatibility mode with Excel 2003. I have a #VALUE error that has occurred in one cell out of literally thousands of cells that are set up in exactly the same manner. The source data is the same, the formulas used are the same, the cell formats are the...
  7. U

    discount #NA in sumproduct subtotal offset

    Hi, I want to count all dates in column B that are within one year back or date in the future. The below formula works and ignores blank cells, which is exactly what I want, however, the dates are from a vlookup formula, which returns #n/a when it can't find a matching value on the source sheet...
  8. W

    Ignoring blank fields run through SELECT query

    I am using the following SELECT statement to remove unwanted characters from a field. However, if the field is blank, a #Error is populated. Can anyone help me with a workaround for this? SELECT MID(table.column,Instr(table.column,"badtext")+3,LEN(table.column)-Instr(table.column,"badtext")) AS...
  9. J

    If Error

    I am wanting to use the formula If(A1="","",A1-B1) in column C. I am using Excel 2007. The values are formatted as [h]:mm:ss, and everything works fine if its false. The sum works, however if the cell is blank I get #VALUE error. I have tried taking off the formatting but no difference. I...
  10. D

    Conditional format error on blank cells. please help

    Hello, I use excel 2010 and I have these two formulas, =AND(NOT($K2= "DHD - On hold per Client"),$M2<now(),$n2>=0,</now(),$n2>$N2>=0<now(),$n2>)</now(),$n2> =IF(AND(NOT($K2="DHD - On hold per Client"),$N2>=0,NOW()>$M2),1,0) I can use either to help me highlight overdue assignments. I have...

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