Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

Thread: Start Time & End Time

Started 1 month ago by Pete[_5_]
I have a table of data for my Scheduled cutting list that is exported from another program into an Excel Spreadsheet and from this table I would like to be able to find the start and end time of the production runs automatically in a separate table. The table is set up like this Planned order Time Product Description Volume 12345 08:00:00 ...
Site: Microsoft Excel forum  Microsoft Excel forum - site profile
Forum: New Users to Excel  New Users to Excel - forum profile
Total authors: 184 authors
Total thread posts: 9 posts
Thread activity: 98 new posts during last week
Domain info for: excelbanter.com

Other posts in this thread:

wilchong via OfficeKB.com external usenet poster replied 3 months, 2 weeks ago
Dear T. Valko, Really sorry to make thing so complicated!, sorry about that! After considering your suggestion, I have changed the database in order to make the thing simple. One thing need your help, below is the database, I need a formula to extract all the data from A1 to A10. …...........A 1..……...TY 2………. - 3……….ER 4……….SX 5………. - 6………. ...

T. Valko external usenet poster replied 3 months, 2 weeks ago
Try this array formula** entered in B1: =IF(ROWS(B$1:B1)>COUNTIF(A$1:A$10,"<>-"),"",INDEX (A$1:A$10,SMALL(IF(A$1:A$10<>"-",ROW(A$1:A$10)),RO WS(B$1:B1))-ROW(A$1)+1)) ** array formulas need to be entered using the key combination of CTRL,SHIFT,ENTER (not just ENTER). Hold down both the CTRL key and the SHIFT key then hit ENTER. Copy down to B10. -- Biff Microsoft Excel MVP "...

wilchong via OfficeKB.com external usenet poster replied 3 months, 2 weeks ago
Thank Valko, That is the array formula I looking for, however, how to re-adjust the array formula again if I want to have the result as following: …...........B 1..…….. TY 2……… ER 3……… SX 4……… SX 5……… TY 6………. ER 7………. - 8………. - 9………. - 10……... - Many thanks for your time, Wilchong T. Valko wrote: >Try...

T. Valko external usenet poster replied 3 months, 2 weeks ago
In ther words, you want a dash "-" instead of a blank... Just change this portion: =IF(ROWS(B$1:B1)>COUNTIF(A$1:A$10,"<>-"),"", To: =IF(ROWS(B$1:B1)>COUNTIF(A$1:A$10,"<>-"),"-", -- Biff Microsoft Excel MVP "wilchong via OfficeKB.com" <u43231@uwe> wrote in message news:9b662404072ff@uwe... > Thank Valko, > That is the array formula I looking for, however, how to re-...

Eduardo replied 3 months, 2 weeks ago
Hi I'd try a macro from Debra Dalgleish's site: http://contextures.com/xlcomments03.html#Resize If you're new to macros, you may want to read David McRitchie's intro at: http://www.mvps.org/dmcritchie/excel/getstarted.ht m "pcor" wrote: > Is there a way to control the size of the comment box. Currently the box > opens as about a 2 X 3 in box. I would prefer to have it ...

pcor replied 3 months, 2 weeks ago
Many thanks that was real good advice and also thank to Debra for providing such good help "Eduardo" wrote: > Hi > > I'd try a macro from Debra Dalgleish's site: > http://contextures.com/xlcomments03.html#Resize > > If you're new to macros, you may want to read David McRitchie's intro at: > http://www.mvps.org/dmcritchie/excel/getstarted.ht m > > > > "pcor" wrote: ...

Bernard Liengme[_3_] replied 3 months, 2 weeks ago
Page Layout tab; Sheet Options group: uncheck the box Heading/Print best wishes -- Bernard V Liengme Microsoft Excel MVP http://people.stfx.ca/bliengme remove caps from email "mlenard" > wrote in message ... > How do I get the top column row, which contains only the column letters, > and > the row number, which is the narrow column to the left of Column A, to > disappear ...

Israel replied 3 months, 2 weeks ago
Hi, It was some time since you replied to my inquiry and it certainly was very helpful. This time around I am required to subtract 31 minutes from the original time. Since I did not understand the formula I am in a dilema how to work it around to add the minute. Just so I am on track with you people, I have column A-1 thru 300 data that indicates time "6:23:34" now I have to ...

Sean Timmons replied 3 months, 2 weeks ago
That requires coding. Not sure if you know how to do that in Excel or not... the resulting open would be "Y:\document\"&Range("A2")&"\proof.doc" "Esgrimidor" wrote: > > Excel variable for path > > I would like propose a variable in an excel cell and launch a word > document from other excel cell > > Y:\document\%variable%\proof.doc , > > where %variable% can take several ...

Rick Rothstein replied 3 months, 2 weeks ago
You should specify SearchOrder:=xlRows, otherwise if the last Find a user did was "By Columns", your code might find the wrong cell (on a blank sheet, put something in A12 and C10 and run your code after having performed an Edit/Find using "By Columns"). Also, if the After parameter is not provided, Find automatically uses the cell at the top right of the search range (which is A1 for ...

 

Top contributing authors

Name
Posts
Gord Dibben
40
user's latest post:
Excel Question
Published (2009-12-13 02:19:00)
Good luck. Gord On Sat, 12 Dec 2009 16:04:01 -0800, Brickman &gt; wrote: &gt;Thank you, now give me about a week to figure this out! LOL &gt; &gt;&quot;Gord Dibben&quot; wrote: &gt; &gt;&gt; Copy/paste this UDF to a general module in your workbook. &gt;&gt; &gt;&gt; Function PrevSheet(rg As Range) &gt;&gt; n = Application.Caller.Parent.Index &gt;&gt; If n = 1 Then...
T. Valko
22
user's latest post:
Return Max Date
Published (2009-12-06 07:45:00)
Try one of these... Array entered** : =MAX(IF(A2:A6=541,D2 6)) ** array formulas need to be entered using the key combination of CTRL,SHIFT,ENTER (not just ENTER). Hold down both the CTRL key and the SHIFT key then hit ENTER. Format as Date &gt;The table has about 3200 rows If you have 1000's of rows of data and there are duplicate codes *and* the data is sorted so that all duplicate codes are grouped together this longer formula...
Mike
20
user's latest post:
High Lighting cells
Published (2009-12-12 19:17:00)
This is what i have &amp; it works it is high lighting B cells column now i want to high light AH cells column at the same time &amp; from there i need to do rows 43 to 74 ,80 to 111,117 to 148,154 to 185,191 to 222, 228 to 259 also in the same manner also B &amp; AH columns have a conditional colour format red green or yellow when these colours are in place it will not high light i believe if you or someone can make this happen...
MS-Exl-Learner
17
user's latest post:
wrong result Paste within same...
Published (2009-12-12 17:55:00)
1) Your First Step is Ok that is Filtering the column B - selecting only 9 (P1 &amp; P3 was being sortlisted in this case) 2) Don’t copy the P1 &amp; P3 from A COLUMN Cell &amp; paste it in C COLUMN when it is in Filter. Do like this. Place the cursor in C COLUMN that is where the FIRST 9 is present. Now press the EQUAL Key (=) and refer it in the A Column P1 cell and press enter. Now copy the cell where you have applied the...
Bernard Liengme
12
user's latest post:
Comparing three columns,...
Published (2009-12-09 22:58:00)
Have you tried =M5=MIN(IF($M5:$R5&lt;&gt;0,$M5:$R5)) best wishes -- Bernard Liengme http://people.stfx.ca/bliengme Microsoft Excel MVP &quot;Marsh&quot; &gt; wrote in message ... &gt; Works well, except it is formatting null cells. Those must not be &gt; formatted. &gt; If m16 is 25, N16 is empty and R16 is 11, cell R16 should be the one &gt; formatted. &gt; &gt; &quot;Luke M&quot; wrote:...
Eduardo
11
user's latest post:
Creating a table within a table
Published (2009-12-10 20:32:00)
Hi, not quiet sure what you need, did you try to select the range, copy, paste special, transpose &quot;urlocaljeweler&quot; wrote: &gt; I am using Excel 2007. &gt; &gt; I have 5 columns as illustrated below - (Table Description has no rows yet) &gt; &gt; CTwt. Size Metal Jewelers cost Table Description &gt; &gt; 5 10 Tungsten 31 &gt; 4 10.5 Tungsten 35 &gt; 2 11 Tungsten 50 &gt; 10 11.5...
Dave Peterson
11
user's latest post:
Is it possible to high light a...
Published (2009-12-10 14:59:00)
You may want to take a look at Chip Pearson's rowliner utility. http://www.cpearson.com/excel/RowLiner.htm Mike wrote: &gt; &gt; I have columns from A1 to A300 TO CP1 TO CP300 if I click on a particulr cell &gt; on any row is it possible to high light that whole row if there is a way &gt; please tell me how!!! -- Dave Peterson
Max
10
user's latest post:
Creating a table within a table
Published (2009-12-11 23:33:00)
Thought that was a marvellous, super response. My hunch is that your Sub IntoOneCell() does exactly what OP wanted, albeit s/he has yet to reply. Thanks for sharing your subs with us!
Bernie Deitrick
10
user's latest post:
help with a formula please
Published (2009-12-10 14:56:00)
&gt; It's nice and short but depends on regional date settings. My solution &gt; works with any setting. &gt; Regards, &gt; Stefi Stefi, Since the month is a 3 letter string, and the day is the 15th (and there is no 15th month), it should work with any regional date settings. My Excel handles 7 Aug 2007 the same as Aug 7, 2007 HTH, Bernie MS Excel MVP
Luke M
9
user's latest post:
Formula require for complex lookup
Published (2009-12-10 21:26:00)
Ah. So, we first need to determine what the max price is within your initial criteria, and then return the letter from column F that corresponds to a match with that highest price and a match of your initial criteria. You should be able to use this array** formula =INDEX(F:F,MAX(IF((A31:A47=A1)*(B31:B47=B1)*(E31:E 47=MAX(IF((A31:A47=A1)*(B31:B47=B1),E31:E47))),ROW (F31:F47)))) **Note that array formulas must be confirmed using...

Related threads on "Microsoft Excel forum":

Related threads on other sites:

Thread profile page for "Start Time & End Time" on http://excelbanter.com. This report page is a snippet summary view from a single thread "Start Time & End Time", located on the Message Board at http://excelbanter.com. This thread profile page shows the thread statistics for: Total Authors, Total Thread Posts, and Thread Activity