Forum

SunnyKow
@sunnykow
Noble Member
Joined: Jun 25, 2016
Topics: 0 / Replies: 1417
Reply
RE: Code & date fix But Time shift row to Column wise

Hi Suman You can try using a PivotTable You will need to sort your data by Code/Date/Time. You will then need to add a helper column to get t...

7 years ago
Reply
RE: Timesheet Calculation Formatting

Hi Juliana Please attach what you have done so far for us to understand better your needs. Sunny

7 years ago
Reply
RE: How to Fix "Invalid Property Value" Error Message ?

Hi Mariya Just set the cmbPart Combobox MatchRequired to FALSE You will need to do this for all your other combo boxes. Hope this helps Su...

7 years ago
Forum
Reply
RE: What is the proper function I should put in the "Statistics" or totals sheet?

Since you only want to count cells with a 0 (excluding blank cells and cells with text) then in cell B2 of the Statistics sheet, enter =COUNT('1:15...

7 years ago
Reply
RE: Give a value based on different criteria in table array

Hi Mirjam COUNTIFS(A:A;A3;B:B;2018) Count the number of each Supplier in 2018 COUNTIFS(A:A;A3) Count the number of each Supplier irrespective of...

7 years ago
Reply
RE: What is the proper function I should put in the "Statistics" or totals sheet?

Hi AbuElia As long as your worksheets formats are consistent, you can use 3-D referencing. To create a formula with a 3-D reference in the argum...

7 years ago
Reply
RE: macro for conditional format error

Here is the macro version. Please note that I have hard-coded the ranges. You will need to change it if it is different. Hope this helps Sunn...

7 years ago
Forum
Reply
RE: macro for conditional format error

Hi Melinda Your attachment did not contain the CF so no idea if you set it up correctly. You can refer my attachment to see if it meet your need...

7 years ago
Forum
Reply
RE: Auto Generate Unique ID Number

Hi Mariya I will use a different method for this. I am assuming you want a physical prefix with leading zeroes and not formatting the cell. Refe...

7 years ago
Forum
Reply
RE: Auto Generate Unique ID Number

Hi Mariya You can refer attached for an example. I am finding the maximum value in column A and then add 1 to it. This will give the next seq...

7 years ago
Forum
Reply
RE: Index & Match to total a 20 week period

Hi Paul Another formula (there can also be many other methods) is =SUM(OFFSET(INDIRECT(ADDRESS(ROW(),MATCH($BL$1,$2:$2,0))),0,0,1,20))*100 Ju...

7 years ago
Reply
RE: Combobox List Will Be Changed Based on Other Combobox Selection

Hi Mariya Give this a try. I have added a Combobox9_Change() event that will then fill Combobox8 with the required data. I have disabled your...

7 years ago
Forum
Reply
RE: Data Extract macro

Hi David Thanks for your kind and flattering comments. Learning is a two-way process. While I give my two-cents worth of ideas (useful or otherw...

7 years ago
Forum
Reply
RE: Pivot data edit

Hi Saliha You cannot edit data in a PT. You can either add a helper column in your source data and divide it there or you can create a calculate...

7 years ago
Page 38 / 95