kittaya Posted November 29, 2023 Report Share Posted November 29, 2023 Apple , 11/16/2023 Apple , 11/16/2023 Mango , 11/18/2023 Apple , 11/18/2023 Mango, 11/18/2023 I need result Apple Mango 11/16/2023 2 0 11/18/2023 1 2 Quote Link to comment Share on other sites More sharing options...
Point Posted November 29, 2023 Report Share Posted November 29, 2023 13 minutes ago, kittaya said: Apple , 11/16/2023 Apple , 11/16/2023 Mango , 11/18/2023 Apple , 11/18/2023 Mango, 11/18/2023 I need result Apple Mango 11/16/2023 2 0 11/18/2023 1 2 Banana 1 Quote Link to comment Share on other sites More sharing options...
JaiBalayyaaa Posted November 29, 2023 Report Share Posted November 29, 2023 15 minutes ago, kittaya said: Apple , 11/16/2023 Apple , 11/16/2023 Mango , 11/18/2023 Apple , 11/18/2023 Mango, 11/18/2023 I need result Apple Mango 11/16/2023 2 0 11/18/2023 1 2 Import with , separation, sort based on date, extend sort. Quote Link to comment Share on other sites More sharing options...
Android_Halwa Posted November 29, 2023 Report Share Posted November 29, 2023 Certainly! To achieve this in Excel, you can use the COUNTIFS function. Assuming your data is in columns A and B, and the dates are in rows 1 and 2, you can enter the following formulas: For the count of Apples on 11/16/2023: ```excel =COUNTIFS($A$1:$A$5,"11/16/2023",$B$1:$B$5,"Apple") ``` For the count of Mangos on 11/16/2023: ```excel =COUNTIFS($A$1:$A$5,"11/16/2023",$B$1:$B$5,"Mango") ``` Repeat the process for 11/18/2023. Your Excel sheet should look like this: ``` A B 1 11/16/2023 11/18/2023 2 2 1 (Apple) 3 0 2 (Mango) ``` You can adjust the ranges and cell references based on your actual data structure. Let me know if you need further clarification! 1 Quote Link to comment Share on other sites More sharing options...
csrcsr Posted November 29, 2023 Report Share Posted November 29, 2023 25 minutes ago, kittaya said: Apple , 11/16/2023 Apple , 11/16/2023 Mango , 11/18/2023 Apple , 11/18/2023 Mango, 11/18/2023 I need result Apple Mango 11/16/2023 2 0 11/18/2023 1 2 chatgpt unaka ednuku tension padthunav anna nee data leni column like D1 poyi idi paste cheyi =ARRAYFORMULA(QUERY({UNIQUE(B:B), IFERROR(COUNTIFS($B$1:$B$1000, UNIQUE(B:B), $A$1:$A$1000, "Apple"), 0), IFERROR(COUNTIFS($B$1:$B$1000, UNIQUE(B:B), $A$1:$A$1000, "Mango"), 0)}, "SELECT Col1, Col2, Col3 LABEL Col1 'Date', Col2 'Apple', Col3 'Mango'", 0)) 2 Quote Link to comment Share on other sites More sharing options...
appaji_pesarattu Posted November 29, 2023 Report Share Posted November 29, 2023 10 minutes ago, csrcsr said: chatgpt unaka ednuku tension padthunav anna nee data leni column like D1 poyi idi paste cheyi =ARRAYFORMULA(QUERY({UNIQUE(B:B), IFERROR(COUNTIFS($B$1:$B$1000, UNIQUE(B:B), $A$1:$A$1000, "Apple"), 0), IFERROR(COUNTIFS($B$1:$B$1000, UNIQUE(B:B), $A$1:$A$1000, "Mango"), 0)}, "SELECT Col1, Col2, Col3 LABEL Col1 'Date', Col2 'Apple', Col3 'Mango'", 0)) 1 Quote Link to comment Share on other sites More sharing options...
Popular Post dasari4kntr Posted November 29, 2023 Popular Post Report Share Posted November 29, 2023 pivot option try cheyyi… its very simple if you use pivot..you dont have to write any formulas… 3 Quote Link to comment Share on other sites More sharing options...
Konebhar6 Posted November 29, 2023 Report Share Posted November 29, 2023 6 minutes ago, dasari4kntr said: pivot option try cheyyi… its very simple if you use pivot..you dont have to write any formulas… I was gonna say and you beat me to it. Pivot tables are for that purpose. 1 Quote Link to comment Share on other sites More sharing options...
dasari4kntr Posted November 29, 2023 Report Share Posted November 29, 2023 3 minutes ago, Konebhar6 said: I was gonna say and you beat me to it. Pivot tables are for that purpose. excel paina konchem baane idea vundi… 1 Quote Link to comment Share on other sites More sharing options...
kittaya Posted November 29, 2023 Author Report Share Posted November 29, 2023 43 minutes ago, Android_Halwa said: Certainly! To achieve this in Excel, you can use the COUNTIFS function. Assuming your data is in columns A and B, and the dates are in rows 1 and 2, you can enter the following formulas: For the count of Apples on 11/16/2023: ```excel =COUNTIFS($A$1:$A$5,"11/16/2023",$B$1:$B$5,"Apple") ``` For the count of Mangos on 11/16/2023: ```excel =COUNTIFS($A$1:$A$5,"11/16/2023",$B$1:$B$5,"Mango") ``` Repeat the process for 11/18/2023. Your Excel sheet should look like this: ``` A B 1 11/16/2023 11/18/2023 2 2 1 (Apple) 3 0 2 (Mango) ``` You can adjust the ranges and cell references based on your actual data structure. Let me know if you need further clarification! Super Mava... ide anukunta unna... ela cheyyalo ardm kalaaa Thanks Quote Link to comment Share on other sites More sharing options...
kittaya Posted November 29, 2023 Author Report Share Posted November 29, 2023 36 minutes ago, csrcsr said: chatgpt unaka ednuku tension padthunav anna nee data leni column like D1 poyi idi paste cheyi =ARRAYFORMULA(QUERY({UNIQUE(B:B), IFERROR(COUNTIFS($B$1:$B$1000, UNIQUE(B:B), $A$1:$A$1000, "Apple"), 0), IFERROR(COUNTIFS($B$1:$B$1000, UNIQUE(B:B), $A$1:$A$1000, "Mango"), 0)}, "SELECT Col1, Col2, Col3 LABEL Col1 'Date', Col2 'Apple', Col3 'Mango'", 0)) idi ardm chesukoni nenu chese lopala nenu sachipothaaaa Quote Link to comment Share on other sites More sharing options...
kittaya Posted November 29, 2023 Author Report Share Posted November 29, 2023 11 minutes ago, dasari4kntr said: pivot option try cheyyi… its very simple if you use pivot..you dont have to write any formulas… ok Mava Quote Link to comment Share on other sites More sharing options...
Konebhar6 Posted November 29, 2023 Report Share Posted November 29, 2023 1 minute ago, dasari4kntr said: excel paina konchem baane idea vundi… nenu oka 3-4 yrs nundi .. stocks thokka tholu ani bane use chasa. But mostly google sheets. Quote Link to comment Share on other sites More sharing options...
kittaya Posted November 29, 2023 Author Report Share Posted November 29, 2023 14 minutes ago, dasari4kntr said: pivot option try cheyyi… its very simple if you use pivot..you dont have to write any formulas… Nice and super fast Quote Link to comment Share on other sites More sharing options...
reality Posted November 29, 2023 Report Share Posted November 29, 2023 13 minutes ago, dasari4kntr said: pivot option try cheyyi… its very simple if you use pivot..you dont have to write any formulas… adhe kadha… pivot undanga… ememo formulas rasirru pina… this is what chatgpt can do to human intellect.. 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.