Forum

clark shao
@shaowu459
Eminent Member
Joined: Nov 19, 2017
Topics: 0 / Replies: 44
Reply
RE: Vlookup using dates

is this one what you want?

7 years ago
Reply
RE: Complex data - List Missing Numbers

Hi Trish Please refer to the attchment, in the worksheet named "missing num", column A is a helper column which begin with the smallest invo number...

7 years ago
Reply
RE: Sum of dynamic range always ending one row above, WITHOUT using OFFSET

enter following formula in column A =SUM(A$1:INDEX(A:A,ROW()-1))

7 years ago
Reply
RE: Average of numbers including Positive, Negative & Zeros

=SUM(B34:R34)/COUNTIF(B34:R34,"<>0") please try this.

7 years ago
Reply
RE: Conditional formatting issue

please try this one in attachment in this post. 1)select cell, manually color the cell 2)the conditional formatting works as you wish 3)if t...

7 years ago
Reply
RE: Conditional formatting issue

define a name to get the fill color of cells. add one more conditiongal formatting rule, priority set the first and check the check box. when th...

7 years ago
Reply
RE: VBA with Form Control

the first code line: With Range("F8:F15") Use a fixed range F8:F15, not a table range, the table will automatically expand.

7 years ago
Forum
Reply
RE: Vlookup net

MsgBox Application.WorksheetFunction.VLookup("search value", Range("A1:B100"), 2, 0) hope this is what you want

7 years ago
Forum
Reply
RE: Translator

If you have a database like you attached, VLOOKUP may solve the problem.

7 years ago
Reply
RE: VBA with Form Control

Hi Paul Please check the attachment. Hope it helps. Clark

7 years ago
Forum
Reply
RE: I NEED HELP WITH 1 COMPLICATED IF FORMULA WITH NESTED VLOOKUP FUNCTION ?

I agree with them. Please don't try to understand my formula.my formula is made to meet all your requirements. It is not a real life case solution and...

7 years ago
Reply
RE: Blank

Mohamed Saliha said Thanks Clark you right... haha, I looked into it very carefully, and I can't get the answer 3 🙂

7 years ago
Reply
RE: Blank

Mohamed Saliha said attached E6=SUMPRODUCT((F11:F86=E4)*(E11:E86="")) may be the answer should be 4?

7 years ago
Reply
RE: Blank

there is no file attached....

7 years ago
Reply
RE: I NEED HELP WITH 1 COMPLICATED IF FORMULA WITH NESTED VLOOKUP FUNCTION ?

Hi Mitul According to you requirements, please refer to attahced solution using IF FORMULA WITH NESTED VLOOKUP FUNCTION. Clark

7 years ago
Page 2 / 3