Forum

SunnyKow
@sunnykow
Noble Member
Joined: Jun 25, 2016
Topics: 0 / Replies: 1417
Reply
RE: Calculating totals across multiple workbooks

Hi Andy See if this is what you wanted. I have changed the year to 2018 to match the data for testing purpose. You can delete the dates you ente...

6 years ago
Reply
RE: Macro to transform System download data to column form

Hi David What is the error message? Can you post your actual file with (without the personal data)? A few records will do, as I need to see w...

6 years ago
Forum
Reply
RE: Copying a range of cells containing text to a single cell

Hi Dan 1) Copy the data 2) Open the clipboard 3) Select the cell to paste and press F2 (or double click the cell) 4) From the clipboard pa...

6 years ago
Reply
6 years ago
Forum
Reply
RE: Macro to transform System download data to column form

I hope those data you given are dummy as they contain some sensitive data such as bank a/c no etc.

6 years ago
Forum
Reply
RE: Need help - Add Target and YOY % in Dashboard

Hi Lam Lee Your source data should not have blank cells. All cells must be filled up. In you example, fill in the blank cells in the PAYOR colum...

6 years ago
Reply
RE: How to Highlight Celestial Color a Column Cell (G6: G) If Cell on Same Row of Column (B6: B) Insert Something of Text Type

Hi Maurizio If you need a macro then try this: Sub FormatCell() Dim i As Long For i = 6 To 35 If Cells(i, 2) <> "" Then ...

6 years ago
Forum
Reply
RE: Charts - Invert if negative with Pattern Fill - can't change color on the same pattern

Hi Radu Not too clear about your formatting requirement. Is it using same patterns with different colors for positive and negative? See if this ...

6 years ago
Reply
RE: How to Highlight Celestial Color a Column Cell (G6: G) If Cell on Same Row of Column (B6: B) Insert Something of Text Type

Hi Maurizio Why don't you use a Conditional Formatting? In the attached I first set the default color for column G to RGB (0,255,255) I then ...

6 years ago
Forum
Reply
RE: Help me with a macro please

Hi Julie Please refer attachment. You will need to set the macro to run on a specific sheet. I have set it to the Report sheet. Hope this ...

6 years ago
Forum
Reply
RE: How to start a Music Song without the Windows request

Hi Maurizio Thanks for your lengthy explanation It doesn't matter whichever method you chose. Achieving the desired result is the most importan...

6 years ago
Forum
Reply
RE: How to start a Music Song without the Windows request

Hi Maurizio You can also have a look at these two links to see if they help: Sunny

6 years ago
Forum
Reply
RE: And possible to know how many games he has won, tied and lost the team playing at home in the last 5 matches he played

Hi Maurizio Thanks for your kind words. I would highly recommend that you learn Pivot Table as it is incredibly powerful and versatile tool. ...

6 years ago
Forum
Page 29 / 95