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.
-
M
I have an excel sheet with time in column A and scientific data in column B. I would like to get a macro that averages every 5 values/cells.
THANK YOU
-
Problem in vba vlookup
- Started by roykana
- 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
- 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
- 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
- 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
- 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...