Forum

SunnyKow
@sunnykow
Noble Member
Joined: Jun 25, 2016
Topics: 0 / Replies: 1417
Reply
RE: How to use Macros to manage report connections in slicers

Hi Catalin This is the file I was using to test your macro. If the slicers were disconnected before running the macro, they fail to get reconnec...

8 years ago
Forum
Reply
RE: How to use Macros to manage report connections in slicers

Hi Catalin The code doesn't seem to reconnect back the slicers.

8 years ago
Forum
Reply
RE: Divided Months into several slicers

Hi Hooi Thin See if this helps. It will only work if you have unique months/year as the date field. I am unable to hide the blank in the slicer ...

8 years ago
Forum
Reply
RE: Deleting rows if certain cells in the row are 0

Hi Cindy Your data is a bit more complicated (and dangerous) to delete due to the blank rows on top and hidden columns that also contains data. ...

8 years ago
Forum
Reply
RE: calculate num of days

Hi mey I believe you are not getting an answer because no one understood what you wanted. Even the example file is not helpful as you did not show ...

8 years ago
Reply
RE: Deleting rows if certain cells in the row are 0

Hi Baker Without seeing some sample data, it is difficult to determine where the zero values are. If they are all in a single column then you can g...

8 years ago
Forum
Reply
RE: How to sort Pivot Tables by top 5 values with command button

Hi Hooi Thin I am not aware of any method that you can hide a field with affecting the PivotTable. Maybe you can just hide the entire column ins...

8 years ago
Forum
Reply
RE: Sort Data with a letter first

Hi Holly You will need to pad the number with leading zero(s). Example F-01-052917 F-10-052917 Sunny

8 years ago
Reply
RE: Insert Data From Calendar Userform to Sheet 1

Hi Maurizio Your calendar on the userform is not accurate as the complete days are not shown. I did not modify this for you as I don't understand y...

8 years ago
Forum
Reply
RE: IF Function

Hi Diane Maybe I misunderstood your request as I thought you wanted a 1 if the effective date is > 6 months. I too was wondering earlier why you...

8 years ago
Reply
RE: IF Function

Try this then in cell R2 =IF(K2<>"","",IF(OR(TODAY()>=EDATE(H2,6),TODAY()>=EDATE(K2,6)),1,"")) Sunny

8 years ago
Reply
RE: IF Function

Hi rdawbrey Give this a try =IF(OR(L2="",L2="void"),"",IF(OR(TODAY()>=EDATE(I2,6),TODAY()>=EDATE(L2,6)),1,"")) In future it would be he...

8 years ago
Reply
RE: Sort items, ignore doubles.

Hi Dritani See if this helps. I have included 2 examples (Advanced Filter and Array Formula) Sunny

8 years ago
Reply
RE: How to sort Pivot Tables by top 5 values with command button

Hi Hooi Thin The best that I can think of is to create a helper column in your source data that will allow a unique grouping without affecting the ...

8 years ago
Forum
Reply
RE: Extract values from non blank cells in a Row

Hi David Rachael did ask for a formula in her post. "Can anyone help me with a formula to extract non blank cells from a row." That is why Ca...

8 years ago
Page 71 / 95