dmt32

  1. T

    Conditional Formatting_Urgent

    Hi, I am trying to change the color of a cell where variance is zero through conditional formatting. But since there are decimal values after zero, the system is not letting me apply conditional formatting. What formula should I put in so that conditional formatting ignores decimals after...
  2. H

    invoice number based on date and with caracters

    Hello Guys , i have this VBA code that generates auto invoice number , i could not change the code so that it increment the left 3 numbers by 1 , and check if month and year are correct my invoice number is : 001/mm/yyyy , 001 is the reference of the invoice Sub NextInvoice()...
  3. B

    VBA code for pulling data from a closed workbook w/o opening it and direct insert into database

    here is code but i don't want to open it in current workbook ............ Sub GetDataFromClosedBook() Dim mydata As String 'data location & range to copy mydata = "='C:\[Newbook.xls]Sheet1'!$A$1:$C$12" '<< change as required 'link to worksheet With ThisWorkbook.Worksheets(1).Range("A1:C12") '<<...
  4. M

    Use of If statement for a column

    Hi All, I have a database in which there are 3 columns named as Name , Category & New category. Name Category New Category George 5 1 Michel 4 1 Robert 4 7 Hunk 8 8 In the new category column, if any cell's value is <>1, then the same value require to be pasted in category column...

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