Forum

SunnyKow
@sunnykow
Noble Member
Joined: Jun 25, 2016
Topics: 0 / Replies: 1417
Reply
RE: Question highest woman in a table

You could consider having 2 helper columns, one for M and another for W. This will avoid having to use MAXIFS when using "older" version of Excel.

5 years ago
Reply
RE: Automatically copy Ranges and paste each row into separate worksheet

This question looks similar to the question you asked here before: Have you tried the solution that was given? Sunny

5 years ago
Reply
RE: Help - need to convert data labelled as 1 week, 2 months...

Possibly another try is =IF(ISNUMBER(SEARCH("week",C2)),7,30)*LEFT(C2,2) As mentioned above by Purfleet, the no. of days in a month may be betwe...

5 years ago
Reply
RE: Large data set, filtering and determining duration between two records.

Hi Alan If i don't know the answer I will google to see if such solutions already exist (no need to recreate the wheel). 99% of the time the sol...

5 years ago
Reply
RE: Automatically copy and paste values in excel, to create historical table

You can consider creating a Pivot Table for each country in different sheets and then create the chart from them.

5 years ago
Forum
Reply
RE: VLOOKUP with CHOOSE function keeps delivering #N/A Error

Hi Miguel You should us a comma (,)instead of a semi colon (;) Wrong =VLOOKUP(C3,CHOOSE({1;2},$C$6:$C$18,$B$6:$B$18),2,FALSE) Correct =...

5 years ago
Reply
RE: Large data set, filtering and determining duration between two records.

Hi Alan The reason why your formula is not giving the result is because they are referring to the actual cells (even when they are hidden.filtered)...

5 years ago
Reply
Reply
RE: How to copy the formula from the 1st cell to the end of the entire row which has data?

Hi Chiew Yen If you need to have the formula expand downwards when data is added, then I suggest you convert your range into an Excel Table. In ...

5 years ago
Forum
Reply
RE: Combining Vlookup and SUMIF(date_range,">"&Date,Amount)

Hi deji You should attach your workbook as it will be clearer. We are unable to see the cell address from your attachment. Your dates are conver...

5 years ago
Reply
RE: Preventing Blank Rows from Displaying

Hi Paul Can't you just hide the columns AN:AU without data? You can then display each column when you have new data. Hidden columns will not ...

5 years ago
Reply
RE: VBA to copy template sheet and rename based items in list on master sheet

Hi Katie Please refer attached. You will need to select the range of cells containing the list (eg c6:c10) before running the macro It will c...

5 years ago
Forum
Reply
RE: How to copy data from multiple sheet into one summary with add on new column?

Hi Chiew Yen Try this Sub CombineSheet1() Dim i As Integer Dim Lr As Long Dim wksDst As Worksheet Set wksDst = Worksheets("Summary") For i = ...

5 years ago
Forum
Reply
RE: pyramide excel visual basic

Try this Good luck Sunny

5 years ago
Forum
Reply
RE: pyramide excel visual basic

Hi Shaik What error did you encounter? The code worked for me. Maybe you could attach your file for us to have a look. Sunny

5 years ago
Forum
Page 10 / 95