Forum

SunnyKow
@sunnykow
Noble Member
Joined: Jun 25, 2016
Topics: 0 / Replies: 1417
Reply
RE: Slicers - Number Order

Hi Paul If possible change your source data from W1 W2 etc to W01 W02 and so on. Sunny

7 years ago
Reply
RE: Send PDF by email to recipent in a named range in excel

Hi Dennis Email_To can only handle one address in the original code. If you have multiple addresses, you will need to add them one by one to Email_...

7 years ago
Forum
Reply
RE: Rank totals by two criteria

Hi KingTamo See if this is what you want. Sunny

7 years ago
Reply
RE: VBA to copy a new sheet based and then access new sheet with a variable

Thanks for the feedback Kenneth. Glad we are able to help. Sunny

7 years ago
Forum
Reply
RE: Formula for a specific Row on a different Workshhet

Hi Paul See if this is what you want. I am assuming you wanted a single total for an entire row irrespective of the number of columns. Hope t...

7 years ago
Reply
RE: Getting the Total Sales per salesperson per month

Hi Elinor Give me some sample and I will try and see what I can do. Hope it is a tabular format. Sunny

7 years ago
Reply
RE: VBA to copy a new sheet based and then access new sheet with a variable

Hi David You need 1 default sheet and another sheet named January. The modified code is based on my understanding on what the OP wanted and also...

7 years ago
Forum
Reply
RE: Getting the Total Sales per salesperson per month

Hi Elinor I am unable to use any formulas to compute the result you wanted as the format of your raw data is not suitable. You should ensure tha...

7 years ago
Reply
RE: VBA to copy a new sheet based and then access new sheet with a variable

Hi Kenneth Try this. I added the code in red. Sub InsertDuplicateSheet() ActiveSheet.Copy After:=ActiveSheet ActiveSheet.Name = InputBox("Plea...

7 years ago
Forum
Reply
RE: How to calculate monthly Sales

Hi Suhail See if this is what you want. Sunny

7 years ago
Reply
RE: Vlookup using dates

Hi Melinda This requirement is much more difficult to do as your data is not arranged in the correct tabular format. There are merged cells in your...

7 years ago
Reply
RE: Complex data - List Missing Numbers

Hi Trish Thanks for your feedback. Glad to know you have resolved your issue. Sunny

7 years ago
Reply
RE: Pivot Table - Group by Date

Hi Stephen Welcome to the forum. You can change your Windows date format to mm/dd/yyyy or dd/mm/yyyy to display 2-digit day and month. Hope t...

7 years ago
Reply
RE: Complex data - List Missing Numbers

Hi Trish Welcome to the forum. Philip Treacy had written about this in a post. You can refer the link below to get details. Hope this helps...

7 years ago
Page 53 / 95