Forum

SunnyKow
@sunnykow
Noble Member
Joined: Jun 25, 2016
Topics: 0 / Replies: 1417
Reply
RE: Index/Match Color

You can copy the Conditional Formatting to each of the sheet/file.

5 years ago
Reply
RE: Index/Match Color

Hi Ishey You can try using Conditional Formatting. Whenever a specific text (team) is selected, conditional format that cell to the required col...

5 years ago
Reply
RE: Search and mark

Hi H R Thanks for your feedback. Happy to know it is working. Cheers Sunny

5 years ago
Forum
Reply
RE: Search and mark

Give this a try. In C2 enter =IF(COUNTIFS($A$3:$A$4914,A3)>=2,2,1)-COUNTIFS($A$3:$A$4914,A3,$B$3:$B$4914,B3)+1 Sunny

5 years ago
Forum
Reply
RE: Date changed

Possibly your column is not wide enough. Try adjust the column width. If it doesn't work then attach your file for us to have a look.

5 years ago
Reply
RE: Best way to chart text based data?

Hi Alan I would use F=1, S=0 and D=-1 and then use the Win/Loss sparkline. This will allow me to see the down/idle time, which I consider to be ...

5 years ago
Reply
RE: formatting cells

To include a dash, you can try TEXT(A3,"000-000")

5 years ago
Forum
Reply
RE: formatting cells

Hi Amy Try changing this line from cel.Value = "0" & cel.Value to cel.Value = Format(cel.Value, "000-000") Hope this helps Sunny

5 years ago
Forum
Reply
RE: Searching for Data With a User Form

Hi Christopher The form was designed to search by one field. Data in that field must be unique as the form will only search for the 1st occurre...

5 years ago
Reply
RE: Searching for Data With a User Form

Hi Christopher Try changing this line of code from RecordRow = Application.Match(CLng(TextBox1.Value), Range("Table1[Record]"), 0) to Reco...

5 years ago
Reply
RE: Calculated Fields - Percentage Based on count

Hi Rafi Don't understand your question. What are you trying to count? Can you attach your file with the expected result and what/how you intend ...

5 years ago
Reply
RE: Count - Based on cells format

I have to agree with Purfleet. No need to check. Just change the entire column to the required format.

5 years ago
Reply
RE: Count - Based on cells format

Hi Rafi Just wondering why do you want to count based on cell format? What is the practical use? Sunny

5 years ago
Reply
RE: Calculated Fields - Percentage Based on count

Hi Rafi Thanks for your feedback. Better late than never

5 years ago
Reply
RE: Return names

Hi Sara See attached. It is a crazy ARRAY formula I modified from here: Good luck

5 years ago
Page 8 / 95