Forum

SunnyKow
@sunnykow
Noble Member
Joined: Jun 25, 2016
Topics: 0 / Replies: 1417
Reply
RE: Add a Date Updated column to Excel Table

Hi PaulaS Glad that helps Sunny Kow

9 years ago
Forum
Reply
RE: Add a Date Updated column to Excel Table

Hi PaulaS This attachment can update either entire column or specific row in column Q (Date Revised). Just modify the codes. Sunny Kow

9 years ago
Forum
Reply
RE: Add a Date Updated column to Excel Table

Hi PaulaS See if this is what you are looking for. From your reply above, I am not sure if you want to populate the entire column Q (Date Revise...

9 years ago
Forum
Reply
RE: Macro and VBA to skip "1"

Hi Amy From my understanding of your codes, you want to do the following based on what is in column AM : 1) If it contains an error then delete ...

9 years ago
Forum
Reply
RE: Macro and VBA to skip "1"

Hi Amy Maybe you could explain what you are actually trying to achieve. The only code I can make sense of is you are deleting rows with error in...

9 years ago
Forum
Reply
RE: Add a Date Updated column to Excel Table

Hi PaulaS Refer my attachment. It uses a worksheet change event to find the row that was changed and add today's date to column 1 of that row. ...

9 years ago
Forum
Reply
RE: Ordinal number

Hi rathanak Did you mean Ordinal numbers? I have attached a file with a sample but the formula is only good up to 50th orders. Hopefully it w...

9 years ago
Reply
RE: record macro to apply formatting

Hi Jimmy Glad to know I was able to help. I have no idea why the macro recorder failed to record the semi colon and why VBA needed it to format ...

9 years ago
Forum
Reply
RE: record macro to apply formatting

Hi Higgins Try this Sub Red() Selection.NumberFormat = "#,##0_);[Red](#,##0);" End Sub You are just short of a semicolon at the end. S...

9 years ago
Forum
Reply
RE: Match Debit (Dr) and Credit (Cr)

I totally agree with Mynda. Use a helper column. It will save you a lot of trouble Sunny Kow

9 years ago
Reply
RE: Match Debit (Dr) and Credit (Cr)

Hi rathanak Please post sample worksheet with enough data and expected result for easy understanding Sunny Kow

9 years ago
Reply
RE: Match Debit (Dr) and Credit (Cr)

Hi Rathanak I have modified the formula given by Mynda to DBuck earlier. 1) The date had been modified to show dd/mm/yyyy 2) Instead of "x" i...

9 years ago
Reply
RE: Formula to deal with filtered (visible) data

Hi Mynda Thanks. Glad I am able to help out. Sunny

9 years ago
Reply
RE: Formula to deal with filtered (visible) data

Hi Tim If that is what you want then I would suggest using a Pivot Table. Refer to my attachment. Sunny Kow

9 years ago
Reply
RE: Formula to deal with filtered (visible) data

Hi Tim I am not too sure what you wanted. By looking at your data, my guess is you want to filter a drug (example Drug A) and expect to see the ...

9 years ago
Page 93 / 95