Forum

SunnyKow
@sunnykow
Noble Member
Joined: Jun 25, 2016
Topics: 0 / Replies: 1417
Reply
RE: How to calculate based on details chosen from combobox?

Hi Fatyn From your example, you only need 2 values from the combo box i.e. Name and Job Allocation. The formula for the summary calculation can ...

6 years ago
Forum
Reply
RE: COUNTIFS issue

Hi Louise e.g. in cell AN12 you can write =COUNTIF(C12:AM12,"H")+(COUNTIF(C12:AM12,"HD")/2) Hope this helps. Sunny

6 years ago
Reply
RE: Repeating Names for empty cells

Hi Hava In your example, cell A1 cannot be blank. Just enter something into A1 and then use the method that I have suggested above. Hope this he...

6 years ago
Reply
RE: Excel spreadsheet formula

Hi Melinda Perhaps something like this? What I am doing is : 1) Join the range 2 times using CONCATENATE(). This will allow me to "loop" back...

6 years ago
Reply
RE: How do you get a formula to paste when using Macro's?

Hi Troy You can try ActiveCell.Formula = "=Date(Year(Today()),1,1)" or Range("B15").Formula = "=Date(Year(Today()),1,1)" You don't ne...

6 years ago
Forum
Reply
RE: VBA Code to delete line in excel

Thanks for your feedback. Happy to know it works. Sunny

6 years ago
Forum
Reply
RE: VBA Code to delete line in excel

Hi Curt Try this but I suggest you use sample files as your codes above saves and override your original files (very dangerous) 1) Add this to t...

6 years ago
Forum
Reply
RE: VBA Code to delete line in excel

The macro works on the active sheet. Lets say the macro is saved in Workbook A. You open Workbook A then open Workbook B. Select the sheet to...

6 years ago
Forum
Reply
RE: VBA Code to delete line in excel

Hi Curt In which column is the string "HOURS AND RATES" located? The below code assumes that it is in column A. Change if it is in another colum...

6 years ago
Forum
Reply
RE: macro language

Hi Julie This question had already been answered before:

6 years ago
Forum
Reply
RE: Calculating totals across multiple workbooks

Hi Andy No problem. Merry Christmas Sunny

6 years ago
Reply
Reply
RE: Copying a range of cells containing text to a single cell

Hi Dan Did you try what I suggested? I makes no difference whether the data comes from another workbook. It will give you exactly the same re...

6 years ago
Reply
RE: Calculating totals across multiple workbooks

Hi Andy Try this. If it is not working then give me some sample dates and which starting period you expect the staff's name to appear. Sunny

6 years ago
Page 28 / 95