Dear Team,
I having the weekly analysis report. which contains two sheet one is dashboard and another is Data sheet
Weekly i update the data so that the dashboard get changed.
I am attaching the sample data sheet. Also i provide the formula conditions and input data conditions.
I have give...
Hi
I am attaching the numbers in the excel sheet with each row. Based on the worksheet I want the output to come as the number to be separated with comma in one line.
Sample out put is mentioned below.
7,8,9,11,12,13,14,15
Regards
Shahul
Hi
I have two cells with name john smith in that the word john in one cell with bold and smith in another cell without bold letter. If i concatenate both the cells through formula the bold letter is not coming. can you guide me how to appear bold letter need to come in formula.
Attaching the...
Hi
I have a attached data in which i not able to put the vlookup function because my base data (Lookup Value )is after the output field which i required.
Kindly go through the attached file and guide me the formula
Hi
Kindly find the attached file which contains an input and output
I need the macro that the data of the above to copy in the Transpose format and fill the heading which was shown in example in output file.
Regards
Shahul
Hi
Kindly find the attached File and i need a macro to block the calender in outlook based on the excel file Email ID, Date , Time, Subject and Body of the message
Based on the above data the calender should be blocked automatically when i run the macro.
Regards
Shahul
Hi
I want a macro which consolidate the .xls and .xlsx files from the different folders to the single folder.
For example I have a folder name 2015 inside the folder I have folder name Jan 2015. Inside the folder I have -Daywise in that the excel files available. I want to pick these excel...
Thanks for the coding. I need additionally to find how many mails sent.
For example if i open the excel file. It automatically send two mails. In the Message should come as 2 Mails Sent successfully. I need the code for this.
Hi
I have a attached email macro to send email through outlook.
In Addition to this if i sent the mail it should reflect the date in the H Coloum. For example if i send email today it should reflect as 09th Dec 2015 in the H Coloumn. And if the H Coloumn is filled or email already sent. The...
Hi
I tried the above code but if i enter the future Date the email is going. I need the email should go only if the date is current date.
I am attaching the excel for your reference.
Regards
Shahul
Hi
I have create a macro for sending email but i need the macro code to send the mail in a specifi date which i mentioned in column 6.
Below the macro code i have already have i need to add this logic as specific date.
.To = Sheet1.Cells(x + 2, 1).Value
.CC = Sheet1.Cells(x + 2, 2).Value...