$$Excel-Macros$$ Moving Row Data to the Left Forcing Blank Cells to the Right

2014-05-21 Thread John A. Smith
My daily download has intermittent blank cells per row based on the column heading. I need shift all the data to the left leaving the blank cells per row on the right. I am interested in a macro or a formula or both. I have attached a sample file with the required details. Thank you for your on

Re: $$Excel-Macros$$ Need to Subtract Two Date/Time Cells - Formula Issue

2013-03-05 Thread John A. Smith
Excellent, that saves a step. Thank you very much. John On Tue, Mar 5, 2013 at 12:05 PM, xlstime wrote: > use your formula with value and trim formula > > . > > Enjoy > Team XLS > > > > On Tue, Mar 5, 2013 at 10:24 PM, John A. Smith wrot

Re: $$Excel-Macros$$ Need to Subtract Two Date/Time Cells - Formula Issue

2013-03-05 Thread John A. Smith
Thank you very much for your helpful swift reply... John On Tue, Mar 5, 2013 at 11:55 AM, rajan verma wrote: > Just remove starting space from the date > > On Tue, Mar 5, 2013 at 9:54 AM, John A. Smith wrote: > >> I have a download into Excel with start and stop c

$$Excel-Macros$$ Need to Subtract Two Date/Time Cells - Formula Issue

2013-03-05 Thread John A. Smith
I have a download into Excel with start and stop cells which contain the date/time. I need help making my formula work please to get the NET minutes. Please see my attached problem example. Thank you for being here (again). Very Grateful, John -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Exce

Re: $$Excel-Macros$$ Re: Conditional Format Entire Row if Any Column has a specific value

2013-02-06 Thread John A. Smith
Thank you Viper ever so much!!! John On Wed, Feb 6, 2013 at 1:20 AM, The Viper wrote: > pfa > > you can modify the range on formula as desired. > > > On Wed, Feb 6, 2013 at 9:34 AM, John A. Smith wrote: > >> Paul, >> >> #1) By using conditional formatt

Re: $$Excel-Macros$$ Re: Conditional Format Entire Row if Any Column has a specific value

2013-02-05 Thread John A. Smith
Paul, #1) By using conditional formatting, highlight any row the EXACT target value is in regardless of the column it's in #2) Has to be an EXACT match #3) Helper columns are okay #4) Rows quantity varies but can be between several hundred to approximately 8-9,000 #5) Can be either formula or VBA

$$Excel-Macros$$ Conditional Format Entire Row if Any Column has a specific value

2013-02-05 Thread John A. Smith
I have a spreadsheet with 180 columns and 8,000 rows. I would like to highlight a row if a specific value is anywhere in the spreadsheet. (for example in cell K23 = 234 and H112 = 234, then both row 23 and 112 are highlighted). Please help with the formula to accomplish this. Thank you. John -

Re: $$Excel-Macros$$ Macro - Copy Range and Open Outlook Draft and Paste

2012-07-23 Thread John A. Smith
at's fine, getting it to >> open an Outlook New E-mail and paste the highlighted range would be great... >> >> Thank you Ashish. >> >> John >> >> On Mon, Jul 23, 2012 at 12:01 PM, ashish koul wrote: >> >>> check the attachment see if

Re: $$Excel-Macros$$ Macro To Transpose Selected Row Data To Column Format

2012-05-08 Thread John A. Smith
Absolutely fantastic! Thank you for your generous help. John On Tue, May 8, 2012 at 11:07 AM, Krishna Kumar wrote: > Replace > > ReDim k(1 To UBound(ka, 1) * (UBound(Hdr) + 1) + UBound(Hdr) + 1, 1 To 1) > > with > > ReDim k(1 To 1, 1 To 1) > > > Kris > ExcelFox

Re: $$Excel-Macros$$ Macro To Transpose Selected Row Data To Column Format

2012-05-08 Thread John A. Smith
Kris, You are amazing and gracious for your help and very quick repsonse. Thank you millions! John On Tue, May 8, 2012 at 10:09 AM, Krishna Kumar wrote: > Hi > > Try this > > Sub kTest() > > Dim ka, k(), i As Long, c As Long, n As Long, Hdr, x > Dim wks As Worksheet, Flds > > H

Re: $$Excel-Macros$$ Consolidate Two Weekly Reports into a Summary Report

2012-03-20 Thread John A. Smith
click to sort by column > > Don Guillett > Microsoft MVP Excel > SalesAid Software > dguille...@gmail.com > > *From:* John A. Smith > *Sent:* Monday, March 19, 2012 1:03 PM > *To:* excel-macros@googlegroups.com > *Subject:* Re: $$Excel-Macros$$ Consolidate Two We

Re: $$Excel-Macros$$ Consolidate Two Weekly Reports into a Summary Report

2012-03-19 Thread John A. Smith
uses a macro to make a unique list and then get the data > for the unique list for each sheet. > > > Don Guillett > Microsoft MVP Excel > SalesAid Software > dguille...@gmail.com > > *From:* John A. Smith > *Sent:* Monday, March 19, 2012 11:09 AM > *To:* excel-

Re: $$Excel-Macros$$ Consolidate Two Weekly Reports into a Summary Report

2012-03-19 Thread John A. Smith
One'!$A$2:$C$118,2,0))+IF(ISNA((MATCH($J4,'Week > Two'!$A:$A,0))),0,VLOOKUP($J4,'Week Two'!$A$2:$C$118,2,0)) > > Don Guillett > Microsoft MVP Excel > SalesAid Software > dguille...@gmail.com > > *From:* John A. Smith > *Sent:* Monday,

Re: $$Excel-Macros$$ Chart Template Dynamic for Different Users

2012-02-24 Thread John A. Smith
> > > Don Guillett > SalesAid Software > dguille...@gmail.com > > *From:* John A. Smith > *Sent:* Friday, February 24, 2012 10:02 AM > *To:* excel-macros@googlegroups.com > *Subject:* Re: $$Excel-Macros$$ Chart Template Dynamic for Different Users > > Don, > &g

Re: $$Excel-Macros$$ Chart Template Dynamic for Different Users

2012-02-24 Thread John A. Smith
t; Don Guillett > SalesAid Software > dguille...@gmail.com > > *From:* John A. Smith > *Sent:* Thursday, February 23, 2012 9:25 AM > *To:* excel-macros@googlegroups.com > *Subject:* Re: $$Excel-Macros$$ Chart Template Dynamic for Different Users > > Xlstime, > >

Re: $$Excel-Macros$$ Chart Template Dynamic for Different Users

2012-02-23 Thread John A. Smith
Xlstime, I saw that but when I added another product it didn't show up on the chart. John On Thu, Feb 23, 2012 at 10:20 AM, xlstime wrote: > in Name Manager, > > press alt+i+n+d > > > On Thu, Feb 23, 2012 at 8:47 PM, John A. Smith wrote: > >> Xlstime, &

Re: $$Excel-Macros$$ Chart Template Dynamic for Different Users

2012-02-23 Thread John A. Smith
Xlstime, Where do I put that formula? John On Thu, Feb 23, 2012 at 10:10 AM, xlstime wrote: > Dear John, > > Please find the attachment > > > use formula =OFFSET($A$2,0,0,COUNTA($A$2:$A$10),COUNTA($A$2:$F$2)) > > > > > On Thu, Feb 23, 2012 at 8:13 PM, John A.

Re: $$Excel-Macros$$ Need A Macro To Move Rows

2012-02-06 Thread John A. Smith
mns(1).SpecialCells(4).EntireRow.Delete > End With > End With > Application.ScreenUpdating = 1 > > End Sub > > Regards, > > Sam Mathai Chacko > > > On Mon, Feb 6, 2012 at 9:21 PM, dguillett1 wrote: > >> Glad to help >>

Re: $$Excel-Macros$$ Need A Macro To Move Rows

2012-02-06 Thread John A. Smith
t > SalesAid Software > dguille...@gmail.com > > *From:* John A. Smith > *Sent:* Monday, February 06, 2012 8:21 AM > *To:* excel-macros@googlegroups.com > *Subject:* $$Excel-Macros$$ Need A Macro To Move Rows > > Thank you for your ongoing Excel help. I need a macr

Re: $$Excel-Macros$$ Need Formula for Lookup Based on a Matrix of Data

2012-02-02 Thread John A. Smith
p://noorain-ansari.blogspot.com/> > On Thu, Jan 26, 2012 at 8:48 PM, John A. Smith wrote: > >> Thank you for your valuable help. >> >> I need a formula that will lookup a value based on a column heading, a >> date column/row and a row qualifier (the word "To

Re: $$Excel-Macros$$ Need Formula for Lookup Based on a Matrix of Data

2012-02-02 Thread John A. Smith
gt;> >> You can also use in F3... >> >> >> =INDEX(Data!$C$2:$C$37,MATCH(1,(Data!$A$2:$A$37=E3)*(Data!$B$2:$B$37="Total"),0)) >> with ctrl+Shift+enter >> >> See attached sheet. >> -- >> Thanks & regards, >&g

Re: $$Excel-Macros$$ Need Formula for Lookup Based on a Matrix of Data

2012-02-02 Thread John A. Smith
com [mailto: > excel-macros@googlegroups.com] *On Behalf Of *John A. Smith > *Sent:* Jan/Thu/2012 08:49 > *To:* excel-macros@googlegroups.com > *Subject:* $$Excel-Macros$$ Need Formula for Lookup Based on a Matrix of > Data > > ** ** > > Thank you for your valuable help.

Re: $$Excel-Macros$$ Need Formula for Lookup Based on a Matrix of Data

2012-01-26 Thread John A. Smith
in Ansari > *http://excelmacroworld.blogspot.com/*<http://excelmacroworld.blogspot.com/> > *http://noorain-ansari.blogspot.com/*<http://noorain-ansari.blogspot.com/> > On Thu, Jan 26, 2012 at 8:48 PM, John A. Smith wrote: > >> Thank you for your valuable help. >> >

Re: $$Excel-Macros$$ Returning a Value Based on a String Containing Specific Characters

2011-11-29 Thread John A. Smith
Thank you Don, I appreciate the help. John On Tue, Nov 29, 2011 at 5:04 PM, dguillett1 wrote: > > > Don Guillett > SalesAid Software > dguille...@gmail.com > > *From:* John A. Smith > *Sent:* Tuesday, November 29, 2011 3:08 PM > *To:* excel-macros@googlegroups.com

$$Excel-Macros$$ Returning a Value Based on a String Containing Specific Characters

2011-11-29 Thread John A. Smith
Excel Teachers, I need to look at a cell and if it contains specific characters (for example the three characters “410”), return a specific value and if not return a blank. The string can be quite long or short and the “410” may or may not be in it and its location when it is in it could be at th

Re: $$Excel-Macros$$ Macro Needed to Uncheck All Checkboxes

2011-11-17 Thread John A. Smith
o > > > On Thu, Nov 17, 2011 at 8:22 PM, John A. Smith wrote: > >> Perfect! Thank you Ashish. Thank you very much. >> >> John >> >> On Thu, Nov 17, 2011 at 9:45 AM, ashish koul wrote: >> >>> Sub test() >>> Dim rngap As Range

Re: $$Excel-Macros$$ Macro Needed to Uncheck All Checkboxes

2011-11-17 Thread John A. Smith
Perfect! Thank you Ashish. Thank you very much. John On Thu, Nov 17, 2011 at 9:45 AM, ashish koul wrote: > Sub test() > Dim rngap As Range > > For Each rngap In Sheets(1).Range("m5:q17") > > rngap = False > Next > End Sub > > > On Thu, Nov 17, 2011

Re: $$Excel-Macros$$ Macro To Add a Cell From A List And Create A New Tab

2011-11-09 Thread John A. Smith
Dim lr As Long > lr = Cells(Rows.Count, 1).End(xlUp).Row > For Each c In Range("a2:a" & lr) > With Sheets("form") > Range("d56").Value = c > .Copy after:=ActiveSheet > End With > Next c > End Sub > > > Don Guillett > SalesAid Softwa

Re: $$Excel-Macros$$ Macro To Add a Cell From A List And Create A New Tab

2011-11-09 Thread John A. Smith
ou can, > By all the means you can, > In all the ways you can, > In all the places you can, > At all the times you can, > To all the people you can, > As long as ever you can.” - John Wesley > *- > > > -

$$Excel-Macros$$ Macro To Add a Cell From A List And Create A New Tab

2011-11-08 Thread John A. Smith
I have a spreadsheet with a tab called Form. There is a second tab called Vehicle List. I need a macro to take the first vehicle on the list and put that number in cell D56 of the form tab and then copy the tab and repeat this process until all the vehicle numbers are on the form in their own tab

Re: $$Excel-Macros$$ Time Calculation From Two Different Formats

2011-11-03 Thread John A. Smith
Sam, Thank you for that, it saves a column. John On Wed, Nov 2, 2011 at 9:25 PM, Sam Mathai Chacko wrote: > If you only want the finish time without splitting it in to Date and Time, > you could also use > > =LEFT(TRIM(A23),10)+TEXT(RIGHT(TRIM(A23),4),"00\:00")+(B23/(60*24)) in > mm/dd/ hh:

Re: $$Excel-Macros$$ Time Calculation From Two Different Formats

2011-11-03 Thread John A. Smith
Haseeb, Thank you for that. That solved an unrelated issue and was very helpful, thank you. John On Wed, Nov 2, 2011 at 8:22 PM, Haseeb Avarakkan wrote: > Hello John, > > If the Arrival Date & Time is "09/08/2011 2310" & Length is 343 (Row 3 > data) Finish date & time is 09/09/2011 04:53. Arr

Re: $$Excel-Macros$$ Time Calculation From Two Different Formats

2011-11-02 Thread John A. Smith
Ashish, Wonderful. Works just as I need. Thank you for your continued help. John On Wed, Nov 2, 2011 at 9:02 AM, ashish koul wrote: > see if it helps > > > > > On Wed, Nov 2, 2011 at 4:38 PM, John A. Smith wrote: > >> I receive a download which shows Arrival Time

Re: $$Excel-Macros$$ Need to Format Date By Formula

2011-10-25 Thread John A. Smith
acko > > On Tue, Oct 25, 2011 at 9:22 PM, John A. Smith wrote: > >> Excel Teachers, I need to format 09/14/2011 0938 into 9/14/11 (or a real >> date format). Please see attac

$$Excel-Macros$$ Need to Format Date By Formula

2011-10-25 Thread John A. Smith
Excel Teachers, I need to format 09/14/2011 0938 into 9/14/11 (or a real date format). Please see attached spreadsheet. Thank you for your help. John -- -- Some important links for excel users: 1. Follow us on TWIT

Re: $$Excel-Macros$$ Looking Up Words When You Only Have A Few Letters

2011-10-21 Thread John A. Smith
ions. > > On Fri, Oct 21, 2011 at 4:49 PM, John A. Smith wrote: > >> Esteemed Group, >> >> I would like to know if there is a formula that would allow you to type " >> ian" in a cell and have it look up and find "Giant Wing" in a list of >> u

Re: $$Excel-Macros$$ Looking Up Words When You Only Have A Few Letters

2011-10-21 Thread John A. Smith
Thank you Ashish for your quick and very enlightening response. John On Fri, Oct 21, 2011 at 7:28 AM, ashish koul wrote: > VLOOKUP("*"&H4&"*",E:E,1,0) > > > On Fri, Oct 21, 2011 at 4:49 PM, John A. Smith wrote: > >> Esteemed Group, >> &

$$Excel-Macros$$ Looking Up Words When You Only Have A Few Letters

2011-10-21 Thread John A. Smith
Esteemed Group, I would like to know if there is a formula that would allow you to type "ian" in a cell and have it look up and find "Giant Wing" in a list of unique words. Please see the attached example. Thank you very much for your help. John --

Re: $$Excel-Macros$$ Formula to LOOKUP a value in a table and return the table header value

2011-10-07 Thread John A. Smith
Excellent! Thank you Haseeb, that works like a charm. Thank you for you help. John On Fri, Oct 7, 2011 at 2:02 PM, Haseeb Avarakkan wrote: > Hi John, > > Try these, > > K3, copy down. > > =LOOKUP(LOOKUP(9E+300,C3:J3),N3:X3,N$2:X$2) > > L3, copy down. > > =LOOKUP(LOOKUP(9E+300,C3:J3),Z3:AJ3

Re: $$Excel-Macros$$ Formula to LOOKUP a value in a table and return the table header value

2011-10-07 Thread John A. Smith
> DILIPandey > On 7 Oct 2011 20:46, "John A. Smith" wrote: > >> Dilip, >> >> Thank you for the quick response. It works great. One other question; >> How could I change the formula to pick up the next period if data is added >> to cell I3 (throug

Re: $$Excel-Macros$$ Re: Formula to LOOKUP a value in a table and return the table header value

2011-10-07 Thread John A. Smith
GoldenLance, I attached the example. It was detailed in the attachment. John On Fri, Oct 7, 2011 at 8:53 AM, GoldenLance wrote: > You might want to clarify 'I need the formula for the GREEN cells to > lookup the value in the appropriate table', with an example. > > On O

$$Excel-Macros$$ Formula to LOOKUP a value in a table and return the table header value

2011-10-07 Thread John A. Smith
I need the formula to lookup a value in a table and return the table column header value. Please see attached spread sheet. Thank you for your kind help. John -- -- Some important links for excel users: 1. Follow u

Re: $$Excel-Macros$$ How To Add A Year Field to a PivotTable Field List

2011-10-03 Thread John A. Smith
ckselect group...and select group by year.. > > you can also group my month & Quarter too.. > > > Regards > Chethan Kumar BN > > On Tue, Oct 4, 2011 at 1:32 AM, John A. Smith wrote: > >> Attached is a spreadsheet from this forum. I would like to know how th

Re: $$Excel-Macros$$ Incremental Time Calculation from 11:30:00 AM Time Format

2011-09-30 Thread John A. Smith
Thank you all very much for taking your time to teach others. I really appreciate your help. John On Thu, Sep 29, 2011 at 4:06 PM, dguillett1 wrote: > =(D2-C2)*24 > > *From:* John A. Smith > *Sent:* Thursday, September 29, 2011 2:55 PM > *To:* excel-macros@googlegroups

$$Excel-Macros$$ Incremental Time Calculation from 11:30:00 AM Time Format

2011-09-29 Thread John A. Smith
Excel Experts, I need to calculate the time differences between 11:30:00 AM and 11:37:00 AM and show the 7 minutes in the decimal hour format. Please see attached sample spreadsheet for the solution I need. Thank you for your continuing Excel help. John --

Re: $$Excel-Macros$$ Calculate Product Sold To Date by Product

2011-08-31 Thread John A. Smith
Thank you Noorain. I appreciate your help very much. John On Wed, Aug 31, 2011 at 1:26 PM, NOORAIN ANSARI wrote: > Dear john, > > Please see attached sheet.. > > On Tue, Aug 30, 2011 at 9:39 PM, John A. Smith wrote: > >> Your help please. I have a log of product so

Re: $$Excel-Macros$$ Calculate Product Sold To Date by Product

2011-08-30 Thread John A. Smith
Thank you very much for your quick response, your patience and your help. John On Tue, Aug 30, 2011 at 12:37 PM, dguillett1 wrote: > in d2 copied down > =SUMIF($B$2:B2,B2,$C$2:C2) > > *From:* John A. Smith > *Sent:* Tuesday, August 30, 2011 11:09 AM > *To:* excel-macro

$$Excel-Macros$$ Calculate Product Sold To Date by Product

2011-08-30 Thread John A. Smith
Your help please. I have a log of product sold and need to calculate the different product sold to date, like a running accumulation field specific to product listed in column B. Please see my attached spreadsheet. Thanking you in advance for all your great help. John -- -

Re: $$Excel-Macros$$ Rolling 12-Month Average Lookup Dashboard Problem....

2011-08-18 Thread John A. Smith
This is exactly what I was looking for. Again thank you for teaching us! John On Thu, Aug 18, 2011 at 11:41 AM, ashish koul wrote: > try this > > > On Thu, Aug 18, 2011 at 8:51 PM, John A. Smith wrote: > >> I have a dashboard that looks at a rolling average of the pre

$$Excel-Macros$$ Rolling 12-Month Average Lookup Dashboard Problem....

2011-08-18 Thread John A. Smith
I have a dashboard that looks at a rolling average of the previous 12 months of data. I paste a download into Excel and cut and paste till I have the last month and the previous 11 for my 12-month rolling average. Please, can there be a dynamic look up based on the range selected? A sample of my

$$Excel-Macros$$ Add 1 to a cell every time the file is opened

2011-08-10 Thread John A. Smith
Excel guru's, can I make a receipt file that adds 1 to a specific cell everytime the file is opened? Please see attached. Thank you. John -- -- Some important links for excel users: 1. Follow us on TWITTER for tips

Re: $$Excel-Macros$$ Excel 2007 Quick Access Toolbar- Take it with me...

2011-07-19 Thread John A. Smith
So either this didn't post, or there is no way on earth for this to happen. John On Fri, Jul 15, 2011 at 2:39 PM, John A. Smith wrote: > Is there a way to have my Quick Access Toolbar portable (like on a jump > drive) so any computer with Excel 2007 can have my customized Quick Acces

$$Excel-Macros$$ Excel 2007 Quick Access Toolbar- Take it with me...

2011-07-15 Thread John A. Smith
Is there a way to have my Quick Access Toolbar portable (like on a jump drive) so any computer with Excel 2007 can have my customized Quick Access Toolbar when I use it? Thank you. John -- -- Some important links fo

$$Excel-Macros$$ Formula to Calculate Hours Between Dates

2011-06-16 Thread John A. Smith
Dear Excel Teachers, I need a formula to give me the decimal hours between two dates. I have attached a sample. Thanking you in advance for your on-going help and wisdom. John -- -- Some important links for excel

Re: $$Excel-Macros$$ Transpose Data by Formula

2011-06-13 Thread John A. Smith
und Weight:=xlThin > .HorizontalAlignment = xlCenter > .VerticalAlignment = xlCenter > .WrapText = True >End With >For n = 1 To NewTbl.Rows.Count > NewTbl(n, c) = ArtQty(n) >Next n > >Application

$$Excel-Macros$$ Transpose Data by Formula

2011-06-12 Thread John A. Smith
Please, attached is an example of data which I need to transpose and a pivot table doesn't do it... Thank you for your help. John -- -- Some important links for excel users: 1. Follow us on TWITTER for tips tricks a

Re: $$Excel-Macros$$ Formula Needed to Extract Data

2011-06-07 Thread John A. Smith
It helped very much Ashish, thank you again for your kind teachings. John On Fri, Jun 3, 2011 at 1:43 PM, ashish koul wrote: > see if it helps > > > On Wed, Jun 1, 2011 at 7:07 PM, John A. Smith wrote: > >> Need help please extracting specific data from an Excel spreads

$$Excel-Macros$$ Formula Needed to Extract Data

2011-06-01 Thread John A. Smith
Need help please extracting specific data from an Excel spreadsheet into an Excel report. The arrangement of the data isn't always in the same order as shown in the attached sample. Thank you again for your kind help. John --

Re: $$Excel-Macros$$ Macro to Enter Current Time and Date

2011-05-24 Thread John A. Smith
Range("B5029").Value = Now() >> >> >> End Sub >> >> >> >> >> On Tue, May 24, 2011 at 8:39 PM, John A. Smith wrote: >> >>> Sub NOWENTRY() >>> ' >>> Please help with my macro to enter current time and dat

$$Excel-Macros$$ Macro to Enter Current Time and Date

2011-05-24 Thread John A. Smith
Sub NOWENTRY() ' Please help with my macro to enter current time and date into any cell I choose. It always goes back to the cell in the macro and I want it to work for the current cell the cursor is sitting on when I hit Ctrl+n. My Macro: ' NOWENTRY Macro ' Enters current time and date ' ' Keyb

$$Excel-Macros$$ Special Cursor Movement After the Enter Key is Pressed

2011-05-17 Thread John A. Smith
I need a macro that will move the curser in a specific pattern of; Right one cell the first time, and down one and left one the second time and then repeat. It would save a lot of time entering the data in two side by side columns so I need it to not be column specific (so I could use it in any tw

Re: $$Excel-Macros$$ File Consolidation and Data SummarizationFormula Help Needed

2011-04-09 Thread John A. Smith
Again, thank you Ashish very much. You have taught me a lot. John On Sat, Apr 9, 2011 at 6:27 AM, ashish koul wrote: > > in excel 2007 format > > > On Fri, Apr 8, 2011 at 2:49 AM, John A. Smith wrote: > >> Ashish, >> >> One more thing please; that m

Re: $$Excel-Macros$$ File Consolidation and Data SummarizationFormula Help Needed

2011-04-07 Thread John A. Smith
Ashish, One more thing please; that macro in a 2007 format? I ran out of columns. Thank you again. John On Thu, Apr 7, 2011 at 11:22 AM, ashish koul wrote: > try this > > run macro to merge the data and check sheet 2 and 3 for formula > > On Tue, Apr 5, 2011 at 11:10 PM

Re: $$Excel-Macros$$ File Consolidation and Data SummarizationFormula Help Needed

2011-04-07 Thread John A. Smith
Ashish, Perfect! Thank you for your patience and your teaching. John On Thu, Apr 7, 2011 at 11:22 AM, ashish koul wrote: > try this > > run macro to merge the data and check sheet 2 and 3 for formula > > On Tue, Apr 5, 2011 at 11:10 PM, John A. Smith > wrote: > &g

Re: $$Excel-Macros$$ File Consolidation and Data SummarizationFormula Help Needed

2011-04-05 Thread John A. Smith
File Consolidation and Data Summarization > Formula Help Needed > > i think my question tab is missing > > do you want to show the blank records if the data of the employ is missing > in day > > also how many total employees you have > > On Tue, Apr 5, 2011 at 2:03 A

Re: $$Excel-Macros$$ Re: Calculating An Average Score from Multiple Tabs

2011-03-31 Thread John A. Smith
Thank you GoldenLance. John On Tue, Mar 29, 2011 at 3:00 PM, GoldenLance wrote: > Try this > > =IF(ISERROR(AVERAGE('Dept A'!B10,'Dept B'!B10,'Dept C'! > B10)),"",AVERAGE('Dept A'!B10,'Dept B'!B10,'Dept C'!B10)) &

Re: $$Excel-Macros$$ Calculating An Average Score from Multiple Tabs

2011-03-29 Thread John A. Smith
) wrote: > Please try, and check if it helps > > =IF(COUNT('Dept A:Dept C'!B3)=0,"",AVERAGE('Dept A:Dept C'!B3)) > > learn 3D Reference more at: > > http://office.microsoft.com/en-us/excel-help/create-a-3-d-reference-to-the-same-cell-range-on-multip

$$Excel-Macros$$ Calculating An Average Score from Multiple Tabs

2011-03-29 Thread John A. Smith
I have like tabs from different departments and need to summarize an average score by day. But if there were no scores in a particular day, I get #DIV/0!. Please help with the formula that eliminates it. I tries an IFERROR in front of the AVERAGE but got a blank cell. Thank you. John --

Re: $$Excel-Macros$$ Pivot Table Help

2011-03-27 Thread John A. Smith
at 5:51 AM, Viswanathan M wrote: >> >>> Dear Mr. John, >>> =SUM(NOT(B2=""),NOT(D2=""),NOT(F2="")) >>> The above formula will help you for finding out the Total Deliveries >>> *With warm regards* >>> *Viswanathan M* >>>

$$Excel-Macros$$ Pivot Table Help

2011-03-26 Thread John A. Smith
I have an excel database where each line represents an entity and it's data over about 70 columns. There are multiple occurrences of delivery information in these columns that I need to summarize in a pivot table. Some lines may have only one occurrence of this delivery while some others may have

Re: $$Excel-Macros$$ Create a Chart with Percents and Data Showing

2011-03-03 Thread John A. Smith
So I am guessing since I didn't get a single response from this posting that it can't be done? John On Tue, Mar 1, 2011 at 2:41 PM, John A. Smith wrote: > Hello, > > I need to create a chart that is based on the percent of calls closed. But > I also need to know if the

$$Excel-Macros$$ Create a Chart with Percents and Data Showing

2011-03-01 Thread John A. Smith
Hello, I need to create a chart that is based on the percent of calls closed. But I also need to know if the 100% is one out of one or ten out of ten. So I would like the numbers it took to make the percent to be at the bottom in a data table. I can get it one way or the other and need some hel

Re: $$Excel-Macros$$ Conditional Format Duplicate Rows

2011-02-26 Thread John A. Smith
This is excellent. Thank you for your help. John On Thu, Feb 24, 2011 at 11:07 PM, Rohan Young wrote: > Hi, > > see the attachment if it help > > thanks & regds, > > ROHAN > > > On Thu, Feb 24, 2011 at 8:05 PM, John A. Smith wrote: > >> Your kind

$$Excel-Macros$$ Conditional Format Duplicate Rows

2011-02-24 Thread John A. Smith
Your kind help please. I have a database that I need to see duplicated rows but can't filter because some columns can legitimately repeat. If the entire row is a duplicate, I need to know. Please see attached example. Thanking you in advance for your continuing help in learning Excel. John --

Re: $$Excel-Macros$$ Email Macro Based on an Address in a specific Cell

2011-01-26 Thread John A. Smith
s see if it helps > > > With OutMail > .to = ActiveSheet.Range("b" & I).Text > .CC = ActiveSheet.Range("c" & I).Text > > > > On Wed, Jan 26, 2011 at 1:51 AM, John A. Smith wrote: > >> I use a file with a macro (which th

$$Excel-Macros$$ Email Macro Based on an Address in a specific Cell

2011-01-25 Thread John A. Smith
I use a file with a macro (which this wonderful group collectively contributed to) which when I highlight a range and hit ctrl + s it drops it into a new excel file, opens outlook and addresses it to the addresses in the macro. I would like to let the user put an email address in a cell and when t

Re: $$Excel-Macros$$ Formula

2011-01-15 Thread John A. Smith
Dave, I opened it in Excel 2007 and it worked fine. One question please; in =LOOKUP(2,FIND(A1,Sheet2!A:A),Sheet2!B:B) , What exactly does the "2" do? Thank you for your excel help. John On Sat, Jan 15, 2011 at 2:16 AM, Dave Bonallack wrote: > Hi John, > I opened your file, but don't get a #N

Re: $$Excel-Macros$$ Formula

2011-01-14 Thread John A. Smith
Dave, Why am I getting #NUM! with the formula? (See Attached) Thank you. John On Fri, Jan 14, 2011 at 10:35 AM, Dave Bonallack wrote: > Hi, > I would like to submit the following formula as one I like. > It performs a case-sensitive Vlookup, and is non-array. > > *=LOOKUP(2,FIND(A1,Sheet2!A:A

Re: $$Excel-Macros$$ Formula

2011-01-14 Thread John A. Smith
Dave, Why am I getting #NUM! with the formula? (See Attached) Thank you. John On Fri, Jan 14, 2011 at 10:35 AM, Dave Bonallack wrote: > Hi, > I would like to submit the following formula as one I like. > It performs a case-sensitive Vlookup, and is non-array. > > *=LOOKUP(2,FIND(A1,Sheet2!A:A

$$Excel-Macros$$ Can the filter criteria come from the value of a cell?

2011-01-10 Thread John A. Smith
Is there a way to change a filtered view by changing the value of a cell rather than clicking the drop-down arrow and scrolling to the data you want to filter it to? Or more specific, see attached for a formula to look up all instances of a specific variable. Thank you. John -- ---