JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser .
I am looking for a VBA solution for this:
Can someone please provide me with a code to remove first duplicate value in a column (then delete the entire row)?
Thanks in advance.
Problem in vba vlookup
Started by roykana
Jan 13, 2021
Replies: 37
Dear All Master,
The problem I mean is as follows :
1. I want to modify the vba code because it takes too long/very slow to vlookup in VBA code...
VBA Vlookup
Started by Joseph111
Jan 14, 2021
Replies: 26
Please for help. Why it`s not works?
[CODE=vba]Sub Check_equpment1_click()
Worksheets("Production_program").Activate
Dim ans1 As Integer
ans1 =...
Nesting INDEX MATCH into SUMIFS
I currently have several formulas pulling in a SUMIFS from a data sheet, beginning with =SUMIFS('datasheet'!$N:$N, 'datasheet.....
but as I am...
Extracting number from a range randomly
Started by Goalexcel
Jan 14, 2021
Replies: 25
Hello Expert, please kindly advise what is the best method to extract numbers from a range randomly
I have a series of numbers in the range of A1...
Problem with If Formula
Started by microhunt
Wednesday at 5:52 AM
Replies: 24
I am using the following formula in cell A5. I would like if N5 is blank then A5 also return blank. If N5 is 0 or is greater than zero then equals...
Is there a way to make the day's name show up automatically in a header?
Started by Marq
Jan 15, 2021
Replies: 23
I have a form I print out every day..and in the top right custom header I have the &[DATE], which automatically gives the current date in top...