Forum

SunnyKow
@sunnykow
Noble Member
Joined: Jun 25, 2016
Topics: 0 / Replies: 1417
Reply
RE: Workaround or alternative to multiple pivot chart range

Hi Matt Have you tried clicking the negative (-) button to the left of the headers? It will collapse the entire field group leaving only the sub...

7 years ago
Reply
RE: Conditional Formatting to add cell Icon

Hi Jay Glad that we could help. Learning Excel is definitely a good investment as the skills are very useful for your career. Even if you use...

7 years ago
Reply
RE: Conditional Formatting to add cell Icon

Hi Jay Try this formula: =IF(OR([@[% Complete]]="",[@[Due Date ]]<[@[Start Date ]]),-1,IF([@[% Complete]]="Ongoing",0,IF([@[% Complete]]=1,1,...

7 years ago
Reply
RE: Create Set today's date in the Previous Cell to the previous one of a manual input of a Determined logical data

Hi Maurizio Could you post the full code as the code you have given is insufficient to test. Sunny

7 years ago
Forum
Reply
RE: Changing to Date Type = error

Hi Katrina I am not familiar with PQ but from your Capture.png it might be the date format problem, 31-10-2018 instead of 31/10/2018. From Captu...

7 years ago
Forum
Reply
RE: Conditional Formatting to add cell Icon

Hi Jay Bee From your attachment, I noticed that the Conditional Formatting (CF) in column H is inconsistent. I also noted that you have custom f...

7 years ago
Reply
RE: Create Set today's date in the Previous Cell to the previous one of a manual input of a Determined logical data

Hi Maurizio See attached. It will add today's date above any cell that you enter data in column B. Hope your daughter like it. Sunny

7 years ago
Forum
Reply
RE: correct formulas to use to help extract data based on specific information

If you can add a helper column like what Paul suggested, that would be the best as it avoids all the complications of an ARRAY formula. My formula ...

7 years ago
Reply
RE: Connecting 2 workbooks

If I am not mistaken, INDIRECT does not work with a closed workbook. The source workbook must be open for it to calculate and the INDIRECT formula ...

7 years ago
Reply
RE: How to jump to cell beside next unique cell?

Hi Sari Glad to know the formula is working for you. Let me try to explain the formula in detail: =IF(B3<>B2,"D"&RIGHT(A2,6)+1,A2) ...

7 years ago
Reply
RE: How to create a Gif or Jpg image of a Chart taken from an Excel sheet

Hi Maurizio Please refer attached. I have disabled your ON ERROR RESUME NEXT that ignores error (should be avoided). Hope this helps. Sunn...

7 years ago
Forum
Reply
RE: correct formulas to use to help extract data based on specific information

Hi Melissa In cell B2 enter =SUM(IF($K$18:$K$722>$J$18:$J$722,IF($G$18:$G$722=A2,1,0),0)) This is an array formula so you will need to pre...

7 years ago
Reply
RE: How to jump to cell beside next unique cell?

Hi Sari Refer attached for a formula solution. Hope this helps. Sunny

7 years ago
Reply
RE: Taking weekly sales of every shops

Hi Elinor You already have a Grand Total in column V so why are you summing the row again? If you need to find any shop total , you can use the ...

7 years ago
Page 33 / 95