anyone know the meaning of the following function:
SLOPE(OFFSET(ref,rows,col,height,width), OFFSET(ref,rows,col,height,width))
as far as calculating the slope of a curved line, what do the paramters of OFFSET stand for?
How do continue an opertion until there is no more data? Or a specifeid number of times. I am deleting every other row, but I need it to continue for at leaast 100s of rows long:
' Keyboard Shortcut: Ctrl+w
'
Selection.EntireRow.Delete
Range("A2").Select...
Help!
I am trying to divide a list of data entries separated by a space into their own text documents
one file:
A
B
C
//changing this to
three files:
file 1 file 2 file 3
A B C
I am trying to match a list with another list. They both have the same values but in a different order. I am having a problem with the find command, it keeps finding and matching the same text 'ABCD' as opposed to matching the string in the next cell 'ABCD'. 'EFGH', 'IJKL'. How do I assign a...
Hiya!
I'm a newbie! I have four columns of data:
number1 label1 number2 label2
the label have the same values, but different numbers assigned to them. I am trying to take each sequential number1/label1 combination, paste it into the next row, find the same matching string in label 2, cut and...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.