Forum

canapone
@canapone
Active Member
Joined: Jul 3, 2016
Topics: 0 / Replies: 15
Reply
RE: Combined Results Calculation

Hi a first attempt in F5: =IF(COUNTIF(D$5:D5,D5)>1,"",IF(COUNTIFS(D:D,D5,E:E,"Pass")=COUNTIF(D:D,D5),"Yippee!",IF(COUNTIFS(D:D,D...

8 years ago
Reply
RE: Counting text instances in Column B if Column A text values meet the given criteria

Hi All, pivot tables are more efficient to achieve these outputs. One of the formula approaches could be In H4 to be copied down to get a uni...

8 years ago
Reply
RE: INdex Match with edate function Leap Year Error

Hi, you could try: EOMONTH(Q1,-12) instead of EDATE(... Referring to the file you shared =IF(B6=EOMONTH(Q1,-12),B8,SUM(B8:INDEX(B8:Y8...

8 years ago
Reply
RE: Extract values from non blank cells in a Row

Hi All, if Excel 2010 (or later version) is available, you could expolit AGGREGATE =IFERROR(INDEX($A2:$G2,AGGREGATE(15,6,COLUMN($A:$G)/ISNU...

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

Hi, thanks for sharing kind feedback. Regards

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

Hi All using an helper colum in D2 to be copied down in D2:D19 =(COUNTIF($A$2:A2;A2)=1)*MAX(INDEX(($A$2:$A$19=A2)*$C$2:$C$19,0)) In N16 ...

8 years ago
Reply
RE: Formula For Auto Fill Series Numbers

Hi, a first approach without disturbing very complicated (for me) formulas. In E8: =IFERROR(MID(REPT(F$1,F$3)&REPT(E$1,E$3)&REPT(D$1,...

8 years ago
Reply
RE: Fractional Shares with any combinations to form Any Integer

Hi All, I'm quite sure you cannot avoid VBA. As I don't know Vba very well, I've adapted some codes I have in my toolbox. A big thanks to the cr...

8 years ago
Reply
RE: Text to Columns Pivot Tables

Hi, maybe =COUNTIF(A:A,"*-0114*") could do the trick. If you'd need to check the substring (-0114) only in the last 8 digits =SUM...

8 years ago
Reply
RE: Array formula to extract a unique list based on criteria

Hi, thanks for your kind feedback. Greetings from Firenze

8 years ago
Reply
RE: Array formula to extract a unique list based on criteria

Hi All, in J35 array entered before to be copied below: =IFERROR(INDEX(E$2:E$2000,SMALL(IF(FREQUENCY(IF((B$2:B$2000=$I$30)*(C$2:C$2000+0=$J...

8 years ago
Reply
RE: Summing cells across several worksheets dependent on code and date

Hi All, just a small typo in LittleDog!C14: Croissant-Swiss needs an extra "i". I agree to settle on Power Query. An old style formula soluti...

9 years ago
Reply
RE: Calculating number of weeks from a range of numbers

Hi Tigger, hi Tony, first of all, Vba offers far better solutions (see Tony's user defined function) Just for fun I've integrated the former formula...

9 years ago
Reply
RE: Calculating number of weeks from a range of numbers

Hi All, in the attachment I'm using SUMPRODUCT in column J to get Teaching Weeks. Hope it helps

9 years ago
Reply
RE: Calculating number of weeks from a range of numbers

Hi All, a different approach using a formula. =Sumproduct(--(Isnumber(Find(" "&Row($1:$30)&","," "&I2&","))))+Sumproduct(Isnumbe...

9 years ago