Forum

SunnyKow
@sunnykow
Noble Member
Joined: Jun 25, 2016
Topics: 0 / Replies: 1417
Reply
RE: Hide a graph on a dashboard

Hi Philippe Could you elaborate more on how you would like to conditionally hide/show your graph?

9 years ago
Reply
RE: Copying a pivot table as values

Hi Jason You can first Paste As Values and then Paste Formatting. Hope this helps.

9 years ago
Reply
RE: jump to specific sheet

Hi rathanak Your code will cause an error if user press ESC/Cancel or enter a non-existence sheet number. I have modified your code so give it a...

9 years ago
Forum
Reply
RE: Dynamic data range for the slicer interactive chart

Hi Patrick Normally I would looking at what is selected in the 1st row of the PivotTable and then do a lookup using VLOOKUP/INDEX/MATCH/OFFSET etc....

9 years ago
Reply
RE: Find the Total Hours Completed

Another try =IFERROR(INDEX({0,1,5},(MATCH(HOUR(B1),{7,6,16},0)+MATCH(HOUR(B2),{17,16,22},0))/2),0) Cheers

9 years ago
Reply
RE: Find the Total Hours Completed

See if this is what you want =IF(AND(HOUR(B1)=6,HOUR(B2)=16),1,IF(AND(HOUR(B1)=7,HOUR(B2)=17),0,IF(AND(HOUR(B1)=16,HOUR(B2)=22),5,0)))

9 years ago
Reply
RE: Data validation using INDEX MATCH to match multiple occurances of a date with TODAY()

Hi David This is due to the fact that cell J2 will retain the previous validation result and is not cleared. You can refer here for more details...

9 years ago
Reply
RE: Crowdsourcing Workaround for Excel for Mac Userforms

Most projects do not require complicated Userforms and the data entry screen can be created on a worksheet. Do the validations on the worksheet itself...

9 years ago
Forum
Reply
RE: Data validation using INDEX MATCH to match multiple occurances of a date with TODAY()

Hi David Are you looking for something like this? Please refer attachment.

9 years ago
Reply
RE: Medical track

Refer sample attached

9 years ago
Reply
RE: Medical track

My suggestion. (1) Analysis of claims for the year Use a Pivot Table. It is the fastest and easiest way to analyze data (2) Make sure total c...

9 years ago
Reply
RE: Travel claim

Glad it helps. Sunny

9 years ago
Reply
RE: Inserting a Subtotal using a variable in the range

Hi Tony Glad it helps. No codes are 100% perfect the first time. Definitely need some fine tuning. Good luck. Cheers Sunny

9 years ago
Forum
Reply
RE: Travel claim

Hi rathanak See if this is what you want.

9 years ago
Page 88 / 95