Forum

SunnyKow
@sunnykow
Noble Member
Joined: Jun 25, 2016
Topics: 0 / Replies: 1417
Reply
RE: Always on my Perpetual Calendar how can you fix this problem

Hi Maurizio Attached is your file with my modification. Please note that I have remove the background image as the original file size is too big to...

9 years ago
Forum
Reply
RE: Always on my Perpetual Calendar how can you fix this problem

Hi Maurizio As far as I am aware of, the only way to export a picture as an image file (jpeg/bmp etc) using VBA is to paste the required picture to...

9 years ago
Forum
Reply
RE: Including a reference within a sheet name

Hi Julie Make sure that the linked file HFM Hotel Revenue per Country B17.xlsx is open simultaneously. When working with linked files, it is bet...

9 years ago
Reply
RE: Always on my Perpetual Calendar how can you fix this problem

Hi Maurizio It is not easy to generate a perpetual calendar in a userform (or even in a worksheet) unless you use the suggestions given my Philip T...

9 years ago
Forum
Reply
RE: Merging separate columns of data

Hi David Thanks for your feedback. Glad to know the explanation is clear enough Sunny

9 years ago
Forum
Reply
RE: Including a reference within a sheet name

Hi Julie Not too sure if I understood you but see if this is what you are looking for. In Workbook2 enter =INDIRECT("[Workbook1.xlsx]"&C1&am...

9 years ago
Reply
RE: Merging separate columns of data

Hi Ahmed See my explanation in red below. Find the last row number of the sheets with data as I need to copy from Column A Row 1 till the last r...

9 years ago
Forum
Reply
RE: Pivot Tables - Filter

Hi Hava SORTING 1) Click the down arrow on the Name header. 2) Select More Sort Options... 3) Select Descending (Z-A) by: 4) Select Sum...

9 years ago
Reply
RE: Formulas - Text

Hi Hava There could be two reasons. Reason 1 If it is happening to only one or two cells then it is likely those cells are formatted as TEXT....

9 years ago
Reply
RE: Array formula to count maximum values only

Hi Mark Instead of a single formula, you may want to consider using a Pivot Table to achieve step 1 of extracting the maximum grade for each unique...

9 years ago
Reply
Reply
RE: Merging separate columns of data

Hi Give this a try Sub MergeData() Dim LastRow1 As Long Dim LastRow2 As Long Dim LastRow3 As Long LastRow1 = Sheets("Sheet1").Range("A" &...

9 years ago
Forum
Reply
RE: "IF" Formula Based on Two Cells

Hi Diane My formula will also work for that scenario. See the part in red. =IF(AND(E2<>"",(TODAY()-E2)>366,G2=""),"Contact Issued To or...

9 years ago
Reply
RE: "IF" Formula Based on Two Cells

Give this a try =IF(AND(E2<>"",(TODAY()-E2)>366,G2=""),"Contact Issued To or Department","") Sunny

9 years ago
Reply
RE: VLOOKUP with IF and IF AND formula

Hi Khalil Refer attached. Q1 Frans have already given you the first answer. As for the lookup, I believe you are comparing more than 1 col...

9 years ago
Page 77 / 95