Re: $$Excel-Macros$$ Help needed in Macro to send mails

2016-03-29 Thread Secret Shot
Hi Guys, Still waiting for some resolution in this group. Pls help. On Sat, Mar 26, 2016 at 12:46 AM, Secret Shot wrote: > Dear Experts, > > I want help in macro which can attach 4 mail with standard subject line > into one mail as an attachment and send that mail to a particular distor > list

Re: $$Excel-Macros$$ Help needed in Macro to send mails

2016-03-28 Thread Secret Shot
Hi Guys, Cant anyone here help me pls. Does no one know OUTLOOK MACROS On Sat, Mar 26, 2016 at 12:46 AM, Secret Shot wrote: > Dear Experts, > > I want help in macro which can attach 4 mail with standard subject line > into one mail as an attachment and send that mail to a particular distor > li

$$Excel-Macros$$ Help needed in Macro to send mails

2016-03-25 Thread Secret Shot
Dear Experts, I want help in macro which can attach 4 mail with standard subject line into one mail as an attachment and send that mail to a particular distor list. . For example I receive mail1, mail2, mail3, mail4 then I want all 4 mails to be attaches in on mail (Mail All) as an attachment an

Re: $$Excel-Macros$$ Help required to use GetConcat(A13) & macro using

2016-03-03 Thread Paul Schreiner
Here, give this a try.It was a simple matter to have it select the text box after completing. The other problem was because basically, there are 16,384 columns in each row.When you add or delete the row, you're "changing" 16,384 cells. so, the macro is running 16,384 times! I added a line in whic

Re: $$Excel-Macros$$ Help required to use GetConcat(A13) & macro using

2016-03-03 Thread big smile
Respected Mr. Paul your idea of creating text box is really very nice .. But when i started using this i found two issues 1] When ever i change any cell -- crusor should automatically goes to that box only & not as normal as next cell or down ... 2] If i delete any raw or insert any raw then

Re: $$Excel-Macros$$ Help required to use GetConcat(A13) & macro using

2016-03-03 Thread big smile
Thank you very much for explaining in details. God Bless you & all members of our wonderful groups. Excel can do so much wonders that we can not have think it before. On 3 March 2016 at 19:10, Paul Schreiner wrote: > I can make the changes, but you will still need to rely on others to make > c

Re: $$Excel-Macros$$ Help required to use GetConcat(A13) & macro using

2016-03-03 Thread Paul Schreiner
I can make the changes, but you will still need to rely on others to make changes! I'll try to explain: Macros have "scope":That is: Macros (Subroutine or Function) are stored in VBA "Modules"There are several types of Modules.The most common are "Sheet" modules, "Standard" modules and "Form" mo

$$Excel-Macros$$ Help required to use GetConcat(A13) & macro using

2016-03-01 Thread big smile
Respected All Last time some brothers have help to make this file perfect I want some clarification / suggestion on this file I have approx more than 1000 entries to do in this file 1]When I start inserting lines & copy past

Re: $$Excel-Macros$$ Help building macro that takes data from entry form and fills out database

2016-02-29 Thread Paul Schreiner
Easily done, provided you give us some details!  Paul- “Do all the good you 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$$ Help building macro that takes data from entry form and fills out database

2016-02-26 Thread Doug Mason
First, thanks in advance for any help you can provide. I am trying to build a macro that will take the information entered in one sheet and, based on the date, put the information into the appropriate cell in a different sheet. For instance, I want information in Worksheet1:B4 stored in Work

Re: $$Excel-Macros$$ Help for macro

2016-02-05 Thread Shrinivas Shevde
Dear Paul Really great thanks for help. Regards Shrinivas On Fri, Feb 5, 2016 at 6:08 PM, Paul Schreiner wrote: > Change your macro to: > Sub MyFilter() > Dim lngStart As Long, lngEnd As Long, thisWB As Workbook > Dim NewWB As Workbook > > Set thisWB = ActiveWorkbook > '

Re: $$Excel-Macros$$ Help for macro

2016-02-05 Thread Paul Schreiner
Change your macro to:Sub MyFilter()    Dim lngStart As Long, lngEnd As Long, thisWB As Workbook     Dim NewWB As Workbook         Set thisWB = ActiveWorkbook     '-     ' Create a new workbook     '-     Workbooks.Add

Re: $$Excel-Macros$$ Help for macro

2016-02-05 Thread Shrinivas Shevde
Dear Paul Thanks for reply. Cant get it. Can you please modify it for me and send it back Thanks in Advance Regards Shrinivas On Thu, Feb 4, 2016 at 6:16 PM, Paul Schreiner wrote: > In your macro, you CREATE the new workbook: > > Workbooks.Add > ActiveWorkbook.SaveAs Filename:=thisWB.Pat

Re: $$Excel-Macros$$ Help for macro

2016-02-04 Thread Paul Schreiner
In your macro, you CREATE the new workbook:     Workbooks.Add     ActiveWorkbook.SaveAs Filename:=thisWB.Path & "\filter.xls" But then you immediately CLOSE it!     ActiveWorkbook.Close savechanges:=False  So, then when you filter the data, copy it to the clipboard and select Sheet1,it's in the CU

$$Excel-Macros$$ Help for macro

2016-02-04 Thread Shrinivas Shevde
Dear All Please find attached sheet which contain macro. Basically there is data in sheet Book "Filter Macro". I need to filter this data on Date basis and filter data need to paste in new workbook. Every time filter data then new wokbook will be created. Now my problem is that its filterd the data

RE: $$Excel-Macros$$ Help Required

2016-01-14 Thread Neeraj Chauhan
Thanks sir!! From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com] On Behalf Of Saleem Ansari Sent: Thursday, January 14, 2016 4:05 PM To: excel-macros@googlegroups.com Subject: Re: $$Excel-Macros$$ Help Required PFA On Thu, Jan 14, 2016 at 3:56 PM, Neeraj Chauhan

Re: $$Excel-Macros$$ Help Required

2016-01-14 Thread Mandeep Baluja
> > > multiply it by 1 simply !! Regards,Mandeep -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ https://www.facebook.com/discussexcel FORUM RULES 1) Use concise, accurate thread titles. Poor th

Re: $$Excel-Macros$$ Help Required

2016-01-14 Thread Saleem Ansari
PFA On Thu, Jan 14, 2016 at 3:56 PM, Neeraj Chauhan wrote: > Dear Experts. > > > > I want change Date Format > > -- > Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s > =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ > https://www.facebook.com/discussex

$$Excel-Macros$$ Help Required

2016-01-14 Thread Neeraj Chauhan
Dear Experts. I want change Date Format -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ https://www.facebook.com/discussexcel FORUM RULES 1) Use concise, accurate thread titles. Poor thread titl

Re: $$Excel-Macros$$ help on find the list matches to the cell part value

2015-12-22 Thread Ganesh N
Thanks Pankaj and others. It works fine. Thanks a lot pankaj. Im going to apply in my base data if any concern kindly help... Thanks Regards, Ganesh N On Tue, Dec 22, 2015 at 9:37 PM, Pankaj Sharma wrote: > Dear Ganesh, > > I hope it should be ok. > > > Sub lookup_list() > Dim wf As Objec

Re: $$Excel-Macros$$ help on find the list matches to the cell part value

2015-12-22 Thread Pankaj Sharma
Dear Ganesh, I hope it should be ok. Sub lookup_list() Dim wf As Object: Set wf = Application.WorksheetFunction Dim list As Range: Set list = Range("A1", Range("A" & Rows.Count).End(xlUp)) Dim v1 As Long, v2 As Long, r As Long, a As Long, b As Long On Error Resume Next For

Re: $$Excel-Macros$$ help on find the list matches to the cell part value

2015-12-22 Thread Ganesh N
Dear Team, Thanks, But I not get the correct answer. I will say again in the column A I have the list of number. In column E I have some date. I want to check any one in the list (column A) is appearing in column E single cell. If cell E2 have the any number in Column A then i need the answer as

Re: $$Excel-Macros$$ help on find the list matches to the cell part value

2015-12-22 Thread Pankaj Sharma
check it ! *Pankaj Sharma * *MIS Analyst* *Greater Kailash-1, New Delhi* *Email * *p ankaj123...@gmail.com * *Skype** pankaj.sharma_pj* On Tue, Dec 22, 2015 at 5:07 PM, Ganesh N wrote: > Dear team, > > I want to find the any of the gi

RE: $$Excel-Macros$$ help on find the list matches to the cell part value

2015-12-22 Thread Mihai Ghilea
AS.RO http://www.metabras.com/sigle/21-ani-otel-banner.png P Think green!. Do you really need to print this email? From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com] On Behalf Of Ganesh N Sent: 22 December 2015 13:38 To: excel-macros@googlegroups.com Subject: $$Excel-M

$$Excel-Macros$$ help on find the list matches to the cell part value

2015-12-22 Thread Ganesh N
Dear team, I want to find the any of the given list of value matches (part) in the particular cell using formula or macro. Please find the attached excel. If the solution in formula that would be great!! If you have any concern let me know. Thanks Team, Regards, Ganesh N -- Are you =EXP(E:RT

$$Excel-Macros$$ help to concatenate function.

2015-12-02 Thread jmothilal
Dear Friends pls help to merge one by one rows in one cell file attached -- *J.Mothilal : **Universal Computer Systems : # 16, Brindavan Complex :Otteri, Vellore-2* -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook pag

$$Excel-Macros$$ Help Required

2015-11-24 Thread Hari Nair
Sir, I have an attached tamplete called advice, I want to make a data sheet each time I save a work book from the advice. Please help Thanks in advance -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum

Re: $$Excel-Macros$$ help required

2015-11-22 Thread Sam Mathai Chacko
See if this works On Sun, Nov 22, 2015 at 4:55 PM, Izhar wrote: > can we use vlookup or match,index function over here to sort column A like > column B, if possible can anyone do it for me, I tried on column E:I but > failed > Thanks in advance > NOTE: > Priority is the formula if not possible t

$$Excel-Macros$$ help required

2015-11-22 Thread Izhar
can we use vlookup or match,index function over here to sort column A like column B, if possible can anyone do it for me, I tried on column E:I but failed Thanks in advance NOTE: Priority is the formula if not possible then you may use macro -- *Izhar Ul Haq* Cell# 009203069072597 -- Are y

Re: $$Excel-Macros$$ Help with Custom Vlookup

2015-11-06 Thread Paul Schreiner
the times you can, To all the people you can, As long as ever you can.” - John Wesley - From: Mandeep Baluja To: MS EXCEL AND VBA MACROS Cc: schreiner_p...@att.net; abhishek....@gmail.com Sent: Friday, November 6, 2015 2:23 AM Subject: Re: $$Excel-Macros$$ Help with Custom Vlookup

Re: $$Excel-Macros$$ Help with Custom Vlookup

2015-11-05 Thread Mandeep Baluja
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* >> - >> >> -- >> *From:* Abhishek Jain > >> *To:

Re: $$Excel-Macros$$ Help with Custom Vlookup

2015-11-05 Thread Abhishek Jain
u can,At all the times you can,To all the people > you can,As long as ever you can.” - John Wesley* > - > > -- > *From:* Abhishek Jain > *To:* Paul Schreiner > *Sent:* Thursday, November 5, 2015 7:25 AM > *Subje

Re: $$Excel-Macros$$ Help with Custom Vlookup

2015-11-05 Thread Paul Schreiner
times you can, To all the people you can, As long as ever you can.” - John Wesley - From: Abhishek Jain To: MS EXCEL AND VBA MACROS Cc: Paul Schreiner Sent: Tuesday, November 3, 2015 2:56 AM Subject: $$Excel-Macros$$ Help with Custom Vlookup Hi

$$Excel-Macros$$ Help with Custom Vlookup

2015-11-02 Thread Abhishek Jain
Hi All, I intend to use this piece of UDF I found on internet for my requirement - Function MYVLOOKUP(lookupval, lookuprange As Range, indexcol As Long) Dim r As Range Dim result As String result = "" For Each r In lookuprange If r = lookupval Then result = result & " " & r.Offset(0,

$$Excel-Macros$$ HELP REQUIRED

2015-10-24 Thread Izhar
Is there any macro for searching a text inside the workbook if I have 100 workbook in a folder, I'm using windows 7 enterprise edition, this facility was available in XP but I dont know how to search in windows 7, let me clear I'm talking about inside the workbook not the name of the workbook Than

$$Excel-Macros$$ Help with sending file as an email with vba

2015-09-09 Thread gargee singh
Dear Experts , I need help with the below code. This code emails the current active file as an attachment while also copying a specific range of cells from the sheet. It works fine except that it removes the user signature. I want to pick the user signature. Sub sumit() Dim outapp

Re: $$Excel-Macros$$ Help Required

2015-09-09 Thread Abhishek Jain
Noticed that the time mentioned for "seconds" part is differentiated by a decimal while it should be a colon (like it is done for the hours-minutes part) so as to enable excel to read it as "time". Once you correct that, you can simply deduct the down time from up time to get the difference and set

Re: $$Excel-Macros$$ help required to assign number value

2015-09-09 Thread Abhishek Jain
Assuming that your values are stored in column A from cell 1 to 50, you could use this formula in cell B1 and drag it down - =RANK(A1,$A$1:$A$50) HTH Abhishek On Wed, Sep 9, 2015 at 2:22 PM, Nasir Saikh wrote: > Hi Experts, > > I need a formula to assign number value example is given below wh

$$Excel-Macros$$ Help Required

2015-09-09 Thread Neeraj Chauhan
Dear Experts, I want total duration time DATETIME_UP DATETIME_DOWN Total Duration Required 9/1/2015 04:06.5 9/1/2015 05:04.1 HRS:MIN:SS -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum

$$Excel-Macros$$ help required to assign number value

2015-09-09 Thread Nasir Saikh
Hi Experts, I need a formula to assign number value example is given below where i need is if the value is max then assign 4, below that 3, below that 2, below that 1 Value 1000 1 100 10 required 43 1 2 -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in E

Re: $$Excel-Macros$$ help required in petty cash transanction

2015-08-24 Thread Paul Schreiner
ces you can, At all the times you can, To all the people you can, As long as ever you can.” - John Wesley - From: GENIUS To: MS EXCEL AND VBA MACROS Cc: schreiner_p...@att.net Sent: Saturday, August 22, 2015 1:16 AM Subject: Re: $$Excel-Macros$

Re: $$Excel-Macros$$ help required in petty cash transanction

2015-08-22 Thread GENIUS
mp;TEXT($B4,"mm.dd.")&"!$A$2:$B$55"),2,FALSE),"") >> >> You drag THAT across and down. >> >> Then, as long as the new sheets are named in the proper format: >> "transaction_mm.dd.", then the Petty Cash sheet will update >> appropriately. >> >> If

Re: $$Excel-Macros$$ help required in petty cash transanction

2015-08-21 Thread GENIUS
format: > "transaction_mm.dd.", then the Petty Cash sheet will update > appropriately. > > If you can give me the proper sheet name format, I could make sure the > formula is corrected. > > *Paul* > > > - >

Re: $$Excel-Macros$$ help required in petty cash transanction

2015-08-21 Thread Paul Schreiner
ys 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 - From: Izhar To: excel-macros@googlegroups.com Sent: Friday, August 21, 2015 7:14 AM Subject: $$Excel-Macros$$ help re

$$Excel-Macros$$ help required in petty cash transanction

2015-08-21 Thread Izhar
in this workbook, I have two worksheets namely PETTY CASH SHEET and TRANSANCTION, I need a formula through which I may be able to transfer amount from TRANSANCTION sheet to PETTY CASH SHEET in the date and respective accounts mentioned in the TRANSANCTION sheet, in this workbook I've provided only

Re: $$Excel-Macros$$ HELP REQUIRED

2015-08-17 Thread GENIUS
u can,To all the people > you can,As long as ever you can.” - John Wesley* > - > > -- > *From:* Izhar > > *To:* excel-...@googlegroups.com > *Sent:* Saturday, August 15, 2015 1:36 AM > *Subject:* $$Excel-Macros$$ HELP REQUIRED > > look at the sheet, in this sheet

Re: $$Excel-Macros$$ HELP REQUIRED

2015-08-17 Thread Paul Schreiner
At all the times you can, To all the people you can, As long as ever you can.” - John Wesley - From: Izhar To: excel-macros@googlegroups.com Sent: Saturday, August 15, 2015 1:36 AM Subject: $$Excel-Macros$$ HELP REQUIRED look at the sheet, in

$$Excel-Macros$$ HELP REQUIRED

2015-08-14 Thread Izhar
look at the sheet, in this sheet I want to search the article start with M with numbers not MN with numbers becoz when I try to search M as picture has shwon in the sheet, it shows MN with number also but I need only M with Numbers after filtering I have also highlighted the ARTICLES please help me

RE: $$Excel-Macros$$ Help with saveas file code

2015-08-11 Thread gargee singh
Dear Paul, Thank you for the clarification, it is great help. I am now able to make it work for various users. Thanks a ton. gargeeDate: Tue, 11 Aug 2015 12:41:11 + From: schreiner_p...@att.net To: excel-macros@googlegroups.com Subject: Re: $$Excel-Macros$$ Help with saveas file code The

Re: $$Excel-Macros$$ Help with saveas file code

2015-08-11 Thread Paul Schreiner
- From: gargee singh To: "excel-macros@googlegroups.com" Sent: Sunday, August 9, 2015 8:47 AM Subject: $$Excel-Macros$$ Help with saveas file code Dear Experts,  I have this code which opens the saveas dialogue box and prepopulates thefile name an

$$Excel-Macros$$ Help with saveas file code

2015-08-09 Thread gargee singh
Dear Experts, I have this code which opens the saveas dialogue box and prepopulates the file name and the extension type which then allows the user to select a folder to save the file. I want to be able to save the file in my documents without asking the user to select a folder , the catc

Re: $$Excel-Macros$$ Help with VBA Code

2015-07-06 Thread Ricardo®
Hello Sarah, I can help you. You could better detail what you need? Regards, Basole. 2015-07-06 12:33 GMT-03:00 Sarah Cartwright : > > > Hi- > I am in need of assistance with VBA code development to create a shareable > template that can automatically generate a graph based on a user-friendly

$$Excel-Macros$$ Help with VBA Code

2015-07-06 Thread Sarah Cartwright
Hi- I am in need of assistance with VBA code development to create a shareable template that can automatically generate a graph based on a user-friendly front end interface. This is a paid job- if anyone can provide assistance, please let me know. Thanks Sarah Cartwright -- Are you =EXP

$$Excel-Macros$$ Help needed on average formula

2015-06-30 Thread Kumar Bhanushali
Dear Mandeep, Please Help. Regards, Kumar Bhanushali DISCLAIMER The information contained in this e-mail including attachment is meant only for the addressee and may contain confidential and privileged information. Any use, distribution, printing, retransmission, dissemination, copying or d

$$Excel-Macros$$ Help for error :Excel help viewer has encountered a problem & cannot continue.

2015-06-11 Thread Rohit Jadhav
Hi I'm not able to access any help from Excel 2007. I have attached the error snap shot here. I tried reinstalling Excel but after sometime it comes back. I also downloaded latest updates from MS site but it did not make any difference. Has any one faced & solved this problem successfully. Als

Re: $$Excel-Macros$$ Help Required

2015-05-20 Thread Prashant Pednekar
pls check On Wed, May 20, 2015 at 2:58 PM, Neeraj wrote: > Dear Experts, > > > > Kindly find the sheet and do the needful formula > > -- > Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s > =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ > https://www.

$$Excel-Macros$$ Help Required

2015-05-20 Thread Neeraj
Dear Experts, Kindly find the sheet and do the needful formula -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ https://www.facebook.com/discussexcel FORUM RULES 1) Use concise, accurate thread t

Re: $$Excel-Macros$$ help on if formula

2015-05-19 Thread Abhishek Jain
=IF(C5<0,0,IF(C5>380,C5-B5,IF(AND(D5>0,D5<=380),C5,"NA"))) Drag down... On Wed, May 20, 2015 at 11:22 AM, ankit sharma wrote: > Dear Experts i want a formula that fulfill my both conditions pls solve > this. > > -- > Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s > =T

$$Excel-Macros$$ help on if formula

2015-05-19 Thread ankit sharma
Dear Experts i want a formula that fulfill my both conditions pls solve this. -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ https://www.facebook.com/discussexcel FORUM RULES 1) Use concise, accura

$$Excel-Macros$$ Help required for MS- Access application.

2015-05-18 Thread Nasir Saikh
Hi Experts, I want to split table from main table with their names available in column For example. I have a database in the database name available A,B,C,D,E only then the data for each should be make separate. Thanks in advance. Regards Nasir Shaikh -- Are you =EXP(E:RT) or =NOT(EXP(

Re: $$Excel-Macros$$ Help required in excel

2015-05-14 Thread Jitender kumar
Dear Sir, My company has two shifts say Ist shift working =6:00 to 14:00 ans second shift 14:00 to 22:00 i have large data of employees (rotating shifts) and want to calculate which employee worked in which shift Excel is on that format EmployeeCode Shift

$$Excel-Macros$$ Help required for conslidate

2015-05-05 Thread Rakesh
Dear Experts, Kindly Help on urgent basis to get it resolve as below . suggest any formula to get the exact data as i required. reference sheet attached ​ I have data as below source 1 1 1 1 1 1 1 1 1 1 1 1 RAKESH A B C DMUKESH A B C D E GAURAV A B

$$Excel-Macros$$ Help with VBA + Oracle

2015-05-04 Thread Diego Venuzka
Hi! I'm trying to connect a Excel file into a Oracle Database, for make updates in some tables. But i get the same error, again and again, in the last 4 hours. The error is attached. What i've done: - Installed the ODBC driver in the Control Panel - Checked the "Microsoft Activex Data 2.7" option

$$Excel-Macros$$ Help needed

2015-04-15 Thread skandan1976
Hi, Just want to solve the questions with analysis. please find the enclosed attachment and answer the question. I also trying to solve. But needed Gurus help. Thanks -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page

Re: $$Excel-Macros$$ Help on Vlookup on multiple column

2015-04-09 Thread Mandeep Baluja
Check this out, Want this result ?? Regards, Mandeep baluja Snapdeal.com On Thursday, April 9, 2015 at 12:30:21 PM UTC+5:30, Vijayendra wrote: > > Dear Experts, > > Can you please help me to put vlookup or Index&Match formula for multiple > column. Attached is the excel workbook. > > -- > ಧನ

$$Excel-Macros$$ Help on Vlookup on multiple column

2015-04-09 Thread Vijayendra Rao
Dear Experts, Can you please help me to put vlookup or Index&Match formula for multiple column. Attached is the excel workbook. -- ಧನ್ಯವಾದಗಳು, ವಿಜಯೇಂದ್ರ, ೯೪೪೯೧ ೬೭೬೩೧ Regards, Vijayendra 94491 67631 -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s =TIME(2,DO:IT,N:O

Re: $$Excel-Macros$$ Help in Vlook-up or any other formula

2015-03-16 Thread Vaibhav Joshi
Cheers!! On Mon, Mar 16, 2015 at 4:53 PM, Vijayendra Rao wrote: > Dear Vaibhav, > > Thank you very much for your quick support. This is very helpful. > > Regards, > Vijayendra > > 2015-03-13 20:27 GMT+05:30 Vaibhav Joshi : > >> PFA with #N/A handler... >> >> On Fri, Mar 13, 2015 at 1:08 PM, Vija

Re: $$Excel-Macros$$ Help in Vlook-up or any other formula

2015-03-16 Thread Vijayendra Rao
Dear Vaibhav, Thank you very much for your quick support. This is very helpful. Regards, Vijayendra 2015-03-13 20:27 GMT+05:30 Vaibhav Joshi : > PFA with #N/A handler... > > On Fri, Mar 13, 2015 at 1:08 PM, Vijayendra Rao > wrote: > >> Dear Experts, >> >> Can you please help me to put vlookup

$$Excel-Macros$$ Help with combination formula

2015-03-14 Thread Will Sob
Hi, Please I need help with the attached file. I want a formula that calculates how many times (10, 13, 17) combination has appeared within the range D5:I32 Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum

Re: $$Excel-Macros$$ Help in Vlook-up or any other formula

2015-03-13 Thread Vaibhav Joshi
PFA with #N/A handler... On Fri, Mar 13, 2015 at 1:08 PM, Vijayendra Rao wrote: > Dear Experts, > > Can you please help me to put vlookup or any other formula for the the > second row. Attached is the my file and request you to help on the same. > > Regards, > Vijayendra > 94491 67631 > > -- > A

Re: $$Excel-Macros$$ Help in Vlook-up or any other formula

2015-03-13 Thread Vaibhav Joshi
check this.. Cheers!! On Fri, Mar 13, 2015 at 1:08 PM, Vijayendra Rao wrote: > Dear Experts, > > Can you please help me to put vlookup or any other formula for the the > second row. Attached is the my file and request you to help on the same. > > Regards, > Vijayendra > 94491 67631 > > -- > Ar

$$Excel-Macros$$ Help in Vlook-up or any other formula

2015-03-13 Thread Vijayendra Rao
Dear Experts, Can you please help me to put vlookup or any other formula for the the second row. Attached is the my file and request you to help on the same. Regards, Vijayendra 94491 67631 -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join

Re: $$Excel-Macros$$ Help needed

2015-03-11 Thread Vaibhav Joshi
Use Data==> Filter to get non zero values... On Wed, Mar 11, 2015 at 1:34 PM, Harish P Y wrote: > Hi, > > Needed help with the file attached file.I want to get the data of only the > non zero elements from abstract sheet to abstract 2 sheet. > kindly help me in this regard. tried pivot table but

Re: $$Excel-Macros$$ Help Required on Conditional Formating

2015-03-07 Thread Vaibhav Joshi
Do let us know if you need any help.. Cheers!! On Sat, Mar 7, 2015 at 3:42 PM, Mukesh Gupta wrote: > Thanks > On 7 Mar 2015 14:46, "Vaibhav Joshi" wrote: > >> Hi >> >> check this.. www.excelzoom.com/how-to-create-a-calendar-in-excel/ >> >> Cheers!! >> >> On Fri, Mar 6, 2015 at 8:02 AM, Mukesh

Re: $$Excel-Macros$$ Help Required on Conditional Formating

2015-03-07 Thread Mukesh Gupta
Thanks On 7 Mar 2015 14:46, "Vaibhav Joshi" wrote: > Hi > > check this.. www.excelzoom.com/how-to-create-a-calendar-in-excel/ > > Cheers!! > > On Fri, Mar 6, 2015 at 8:02 AM, Mukesh Gupta > wrote: > >> Dear Friedns, >> >> Kindly help me in creating a conditional formating calander just like >>

Re: $$Excel-Macros$$ Help Required on Conditional Formating

2015-03-07 Thread Vaibhav Joshi
Hi check this.. www.excelzoom.com/how-to-create-a-calendar-in-excel/ Cheers!! On Fri, Mar 6, 2015 at 8:02 AM, Mukesh Gupta wrote: > Dear Friedns, > > Kindly help me in creating a conditional formating calander just like > goole calander. > > My basis needs are as follows:- > > > 1. Start Date

$$Excel-Macros$$ Help Required on Conditional Formating

2015-03-05 Thread Mukesh Gupta
Dear Friedns, Kindly help me in creating a conditional formating calander just like goole calander. My basis needs are as follows:- 1. Start Date 2. End Date 3. Days of Week( Could be Sunday to Monday any) 4. Start time of Class 5. End time of Class This could be for many teachers. Depending

$$Excel-Macros$$ Help Needed

2015-02-28 Thread Dhaval Shah
Dear Friends Pls find attached file of my work In sheet two sheets one is main sheet & another is daily data in main sheet yellow mark is the difference of two dates i want to do this automatic becuase @ present i do it mannual and its taking too much time pls give me suggestion Warm Regards,

$$Excel-Macros$$ Help required

2015-02-23 Thread Neeraj
Dear experts, I want to some of times as given below format 2/1/2015 2/21/2015 sum in Hours Like 11:39:49 9:42:15 9 hrs 30 Minute -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @

Re: $$Excel-Macros$$ Help with excel data fill formula

2015-02-11 Thread Vaibhav Joshi
Hi Share excel file for more clarity.. Cheers!! On Wed, Feb 11, 2015 at 11:26 AM, Enock Wangila wrote: > Hi Guys, > > Please help me find a solution to this challenge. I need a formula that > helps me fill multiple cells in a different worksheet by entering a value > in a single cell in anothe

$$Excel-Macros$$ Help with excel data fill formula

2015-02-10 Thread Enock Wangila
Hi Guys, Please help me find a solution to this challenge. I need a formula that helps me fill multiple cells in a different worksheet by entering a value in a single cell in another worksheet. For instance, I have a cell with a value of 5000 in one worksheet and I need a formula to populate 9

Re: $$Excel-Macros$$ Help required - alternate sorting

2015-02-08 Thread Vaibhav Joshi
Great..Cheers! On Sun, Feb 8, 2015 at 1:20 PM, singla.kris...@gmail.com < singla.kris...@gmail.com> wrote: > Hi Vabz, > > Thank you very much That worked like wonder... > > Many thanks > > -- > Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s > =TIME(2,DO:IT,N:OW) ! J

Re: $$Excel-Macros$$ Help required - alternate sorting

2015-02-07 Thread singla.kris...@gmail.com
Hi Vabz, Thank you very much That worked like wonder... Many thanks -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ https://www.facebook.com/discussexcel FORUM RULES 1) Use concise, accurate t

Re: $$Excel-Macros$$ Help with creating an invoice calculator with multiple drop down menus and functions

2015-02-07 Thread Vaibhav Joshi
HI Not clear on what you want, can you explain further... Cheers!! On Tue, Feb 3, 2015 at 11:15 AM, wrote: > I'm pretty new at this and any help or direction is greatly appreciated. > > So here's what I'm trying to do. > > First you might wanna download my example file so you can follow along.

Re: $$Excel-Macros$$ Help required - alternate sorting

2015-02-03 Thread Vaibhav Joshi
Hi, check this file.. Put formula countif in next columncopy & paste down, you can see there is Separate set of sequential numbering for Dr & Cr. Once it is ok, copy & paste value for formula column & sort data AtoZ .. Cheers!! On Tue, Feb 3, 2015 at 5:25 PM, singla.kris...@gmail.com < singla.

Re: $$Excel-Macros$$ Help required - alternate sorting

2015-02-03 Thread Pramod Singh
Send with Excel file where you want to do this. Pramod On 3 Feb 2015 17:25, "singla.kris...@gmail.com" wrote: > Hi, > > Can somebody please help me in a small macro. My sheet have a column with > some values and I want to sort them alternately. > > Current > Dr. > Cr. > Dr. > Dr. > Cr. > Cr. > C

$$Excel-Macros$$ Help required - alternate sorting

2015-02-03 Thread singla.kris...@gmail.com
Hi, Can somebody please help me in a small macro. My sheet have a column with some values and I want to sort them alternately. Current Dr. Cr. Dr. Dr. Cr. Cr. Cr. Dr. Required Dr. Cr. Dr. Cr. Dr. Cr. Dr. Cr. Thanks in advance Krishan -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And d

$$Excel-Macros$$ Help with creating an invoice calculator with multiple drop down menus and functions

2015-02-02 Thread convargious
I'm pretty new at this and any help or direction is greatly appreciated. So here's what I'm trying to do. First you might wanna download my example file so you can follow along. Looking at sheet 1 we have our first drop down; "category" in A4. I want to select an option there (Either Underlayme

Re: $$Excel-Macros$$ Help Required on Dependent Data Validation

2014-12-30 Thread Vaibhav Joshi
You can do so using macro..else you need to use dependent columns for data validation list. + *I did not do this for you. God is here working through me for you.* On Tue, Dec 30, 2014 at 2:48 PM, Rakesh kumar wrote: > > Hi, > I need help on Dependent Data validation. > and please try to sol

$$Excel-Macros$$ Help Required on Dependent Data Validation

2014-12-30 Thread Rakesh kumar
Hi, I need help on Dependent Data validation. and please try to solve it without adding any other column. -- Thanks £ Regards Rakesh Kumar +91-9650303464 <#> -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this fo

Re: $$Excel-Macros$$ Help on coding to change cell value after every printing

2014-12-28 Thread Vaibhav Joshi
rintOut > End If > Next i > End Sub > > > Regards. > Ashish Bhalara > 9624111822 > P*Please do not print this email unless it is absolutely necessary. > Spread environmental üawareness.♣♣♣* > > > -- Forwarded message -- > From: As

$$Excel-Macros$$ Help on coding to change cell value after every printing

2014-12-28 Thread Ashish Bhalara
Bhalara 9624111822 P*Please do not print this email unless it is absolutely necessary. Spread environmental üawareness.♣♣♣* -- Forwarded message ------ From: Ashish Bhalara Date: Fri, Dec 26, 2014 at 5:41 PM Subject: $$Excel-Macros$$ Help on coding to change cell value after every p

$$Excel-Macros$$ Help on coding to change cell value after every printing

2014-12-26 Thread Ashish Bhalara
Dear experts, I want to change cell value on every automatic printing as per series given, please see attached file in which describe in detail. Regards. Ashish Bhalara 9624111822 P*Please do not print this email unless it is absolutely necessary. Spread environmental üawareness.♣♣♣* -- Are you

Re: $$Excel-Macros$$ Help required for Match DATA

2014-12-17 Thread Ashu k
Dear Sir, Can we do it by vba. please help. Thanks Ashu Kenith. On Wed, Dec 17, 2014 at 9:21 PM, Ashish Kumar wrote: > > Welcome Ashu. > > -- > Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s > =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ > https

Re: $$Excel-Macros$$ Help required for Match DATA

2014-12-17 Thread Ashish Kumar
Welcome Ashu. -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ https://www.facebook.com/discussexcel FORUM RULES 1) Use concise, accurate thread titles. Poor thread titles, like Please Help, Urgent,

Re: $$Excel-Macros$$ Help required for Match DATA

2014-12-17 Thread Ashu k
Dear Vaibhav/Ashish Sir, Thanks for your help. I am looking for this only. Thanks Ashu Kenith On Wed, Dec 17, 2014 at 9:10 PM, Ashish Kumar wrote: > > Hi Ashu, > > Check this!! > > > Regards > Ashish > > -- > Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s > =TIME(

Re: $$Excel-Macros$$ Help required for Match DATA

2014-12-17 Thread Ashish Kumar
Hi Ashu, Check this!! Regards Ashish -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ https://www.facebook.com/discussexcel FORUM RULES 1) Use concise, accurate thread titles. Poor thread titl

Re: $$Excel-Macros$$ Help required for Match DATA

2014-12-17 Thread Ashu k
Dear Sir, I want only single formula. I have some blank Cells in A and B column in sheet 2. Query is attached please check again. -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ https://www.facebook.

Re: $$Excel-Macros$$ Help required for Match DATA

2014-12-17 Thread Ashish Kumar
Hi Ashu, Use Simple Vlookup function which is suggested by Vaibhav Sir. and Delete NA# with help of filter. It's simple. Regards Ashish -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ https://www.

Re: $$Excel-Macros$$ Help required for Match DATA

2014-12-17 Thread Ashu k
Dear Sir, I have some Blank cells in A column and Some Blank Cells in B Column in sheet 2. I want to match the C column data from Sheet 1. only single formula required. If we don't want to put any formula in A and B column but some cells are blank in both columns. It is possible. Thanks Ashu K

<    1   2   3   4   5   6   7   8   9   10   >