Forum

SunnyKow
@sunnykow
Noble Member
Joined: Jun 25, 2016
Topics: 0 / Replies: 1417
Reply
RE: text function project

Hi Joseph I don't see any problem with that. You only need to change the range. In most conversions, I would be extremely happy to get 80% corre...

5 years ago
Reply
RE: text function project

Hi Joseph When splitting names and addresses, is very difficult to get them 100% correct due to the different formats. I have attempted to split...

5 years ago
Reply
RE: Filtering out non english data from cells

Hi Leeroy I would copy column B to Googlesheets and then use DETECTLANGUAGE() to get the language code. Then copy the results back to Excel and ...

5 years ago
Reply
RE: Filtering out non english data from cells

Hi Leeroy It would help if you can attach some sample data so that we can have a look at it. No idea what you meant by non-English words. (1)...

5 years ago
Reply
RE: Question adding pictures from hyperlinks in Excel file

Hi Velouria My bad. Agreed, call is never necessary in VBA. The issue is the offset(,-1). It gives Run-time error '1004'. Application-define...

5 years ago
Reply
RE: Question adding pictures from hyperlinks in Excel file

The original code didn't work for me. After a little modification it looks OK. Sub loadPictures() For Each cell In Selection Call addpic(cell.Va...

5 years ago
Reply
RE: Secret Santa

Hi Allyn You can have a look at the attached. It generates a bunch of random unique numbers in column B and then does a VLOOKUP to match the num...

5 years ago
Reply
RE: Microsoft Excel - Dates

Hi Melinda Give this a try. Hope this helps. Sunny

5 years ago
Reply
RE: Excel formula help

Hi Anne I suspect you keyed 11 zeroes instead of 10 in your formula. The formula will only add a zero to the front of numbers with 9 or less dig...

5 years ago
Reply
RE: How to connect 2 sub into 1?

Hi CY No problem. Sunny

5 years ago
Forum
Reply
RE: Excel formula help

Hi Anne You can try =TEXT(A1,"0000000000") It works for both 9 or 10 digit numbers. Please note that this will convert the numbers to text. ...

5 years ago
Reply
RE: How to connect 2 sub into 1?

Hi Chiew Yen Please refer attached. Hope this helps. Sunny Kow

5 years ago
Forum
Reply
RE: Need formula to find partial string match in a separate column and return adjacent value

Hi You can refer here for examples on how to get the Product SKU. =INDEX($D$2:$D$4,SUMPRODUCT(ISNUMBER(SEARCH($D$2:$D$4,C2))*ROW($1:$3))) ...

5 years ago
Reply
RE: Total value not display

You can also try =SUBSTITUTE(D5,CHAR(160),"")+0

5 years ago
Reply
RE: Macro to hide columns beginning with the text "freight"

Hi Eric Give this a try. I am assuming only number of rows will change and the columns are fixed at 15. The macro will check for the last row us...

6 years ago
Forum
Page 11 / 95