I could not write a process spec that was titled "Shrink Fit Bushing Install Method" and have the spec say nothing but "use a torch and a bucket of dry ice."
BAC5435 is more of what I was looking for.
I am trying to get excel to sum only certain numbers in a range (one column) that is equal to or as close as i can get to a specified number. Example (trying to equal 10):
Range:
1
2
3
4
5
So I want excel to output that I need to add 2, 3, and 5 or 1, 2, 3, and 4 within this range to equal...
The time is important....I was estimating that it increased every 0.1 of a second. The data is from strain gages on a wing of a plane, it triggers around 4 times a second but is sporadic. The data is grouped according to the increase in time, but the time clicks back an hour after one hour. I...
My excel spreadsheet has data for every tenth of a second for about an hour and a half; around 45000 cells. The data that was given to me has a flaw; when the hour gets past 12:59:59am it jumps back to 12:00:00 am. I need the hour to read 01:00:00am so that I can subtract the time intervals...
im having trouble running this subroutine. When it is finished it will be a loop that will find the maximum value in one column and then tell me the corresponding values in the next column every ten rows for 45000 rows. Right now I am just trying to get it to work for the first ten rows.
Sub...