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 ...
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-...
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 ...
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 ...
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 ...
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 ...
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 ...
Good luck. Gord On Sat, 12 Dec 2009 16:04:01 -0800, Brickman > wrote: >Thank you, now give me about a week to figure this out! LOL > >"Gord Dibben" wrote: > >> Copy/paste this UDF to a general module in your workbook. >> >> Function PrevSheet(rg As Range) >> n = Application.Caller.Parent.Index >> If n = 1 Then...
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 >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...
This is what i have & it works it is high lighting B cells column now i want to high light AH cells column at the same time & 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 & 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...
1) Your First Step is Ok that is Filtering the column B - selecting only 9 (P1 & P3 was being sortlisted in this case) 2) Donât copy the P1 & P3 from A COLUMN Cell & 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...
Have you tried =M5=MIN(IF($M5:$R5<>0,$M5:$R5)) best wishes -- Bernard Liengme http://people.stfx.ca/bliengme Microsoft Excel MVP "Marsh" > wrote in message ... > Works well, except it is formatting null cells. Those must not be > formatted. > If m16 is 25, N16 is empty and R16 is 11, cell R16 should be the one > formatted. > > "Luke M" wrote:...
Hi, not quiet sure what you need, did you try to select the range, copy, paste special, transpose "urlocaljeweler" wrote: > I am using Excel 2007. > > I have 5 columns as illustrated below - (Table Description has no rows yet) > > CTwt. Size Metal Jewelers cost Table Description > > 5 10 Tungsten 31 > 4 10.5 Tungsten 35 > 2 11 Tungsten 50 > 10 11.5...
You may want to take a look at Chip Pearson's rowliner utility. http://www.cpearson.com/excel/RowLiner.htm Mike wrote: > > I have columns from A1 to A300 TO CP1 TO CP300 if I click on a particulr cell > on any row is it possible to high light that whole row if there is a way > please tell me how!!! -- Dave Peterson
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!
> It's nice and short but depends on regional date settings. My solution > works with any setting. > Regards, > 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
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...
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