Forum

clark shao
@shaowu459
Eminent Member
Joined: Nov 19, 2017
Topics: 0 / Replies: 44
Reply
RE: Excel - Search a cell value in another cell value (which is a sequence)

Hi, Please test attached file, hope it helps. Please note that these are array formulas. Clark

8 years ago
Reply
RE: Check If All Non-Blank and Non-Zero Numbers in a Row are Equal or Not

There are more interesting functions for your reference 🙂

8 years ago
Reply
RE: Check If All Non-Blank and Non-Zero Numbers in a Row are Equal or Not

amisandip said Thank you Clark. It's so simple yet awesome! Don't know how to say 'thank', but will try to help others in this forum. I'm very ...

8 years ago
Reply
RE: Check If All Non-Blank and Non-Zero Numbers in a Row are Equal or Not

Hi, Please try this one. If the count of the biggest number in range A2:D2 equals to the number of numbers greater than 0, the formula returns TRUE...

8 years ago
Reply
RE: I need help with IF statement for datetime

Hi Robin, Please try this: A3=IF(AND(MOD(A2,1)>=$B$2,MOD(A2,1)<=$C$2+1),"Yes","No") In excel, one day=24 hours="24:00"=1, use formula M...

8 years ago
Reply
RE: VBA code to search for text (keywords) in an excel cell and change the font color when match found

Hi, Please test the atached file. You can enter new strings in column A and add more keywords in column E. Clark

8 years ago
Forum
Reply
RE: Password Code Cracker is not working

GaryTibble said Hi Please find the attached spreadsheet. The Worksheet in particular that I cannot access is "Operation WWW" Hi, Please r...

8 years ago
Forum
Reply
RE: Password Code Cracker is not working

IF you upload the file, i may help you to unprotect the sheet.

8 years ago
Forum
Reply
RE: Count function in two different ranges

You may also try this =SUM((A$2:A$14=K2)*(MATCH(A$2:A$14&B$2:B$14,A$2:A$14&B$2:B$14,)=ROW($1:$13)))

8 years ago
Reply
RE: Count function in two different ranges

L2=SUM((A$2:A$14=K2)/COUNTIFS(A$2:A$14,A$2:A$14,B$2:B$14,B$2:B$14)) Ctrl+shift+enter run the formula

8 years ago
Reply
RE: Rows with multiple

Please refer to attached file with a helper column.

8 years ago
Forum
Reply
RE: Excel formula - Count

=COUNTIFS(A:A,E2,B:B,F2) =SUM((A2:A14=E3)*(B2:B14=F3)),apply Ctrl+Shift+Enter

8 years ago
Page 3 / 3