[最も欲しかった] excel countif range contains multiple criteria 271036-How to use countif with multiple criteria

 The COUNTIF function only has 2 arguments you select a range to check, and the criterion to look for So, the best that we can do with COUNTIF is to get a count of East region orders =COUNTIF(B2B11, G5) More Criteria With COUNTIFS Fortunately, there is a COUNTIFS function, and we can use it to get a count based on multiple criteriaNormally, we can quickly and easily count records between two dates, but, sometimes, you may need to countif between two dates with matching criteria E2, are the criteria you want to count based on, A1A15 is the column cells that you want to count, B2B15 is theThe formula can also work with countif function But if you want to have multiple conditions then use COUNTIFS function Related Articles Get the COUNTIFS with Two Criteria Match in Excel Get the COUNTIFS With OR function for Multiple Criteria in Excel Related Article Creative Column Chart that Includes Totals Create Overlay Chart in Excel 16

Countif Master This Amazing Formula Guide Earn Excel

Countif Master This Amazing Formula Guide Earn Excel

How to use countif with multiple criteria

How to use countif with multiple criteria-For example, to count the number of times a particular city appears in a customer list In its simplest form, COUNTIF says =COUNTIF (Where do youMETHOD 1 Count number of occurrences with multiple criteria EXCEL = COUNTIFS (B9B15,C5,C9C15,">"&C6) This formula counts the number of occurrences where range (B9B15) captures the word "Bread" and in the corresponding cell in range (C9C15) it captures a value greater than 400 In this example there are two such occurrences in row 9 and

Countif With Multiple Criteria Formula Examples How To Use

Countif With Multiple Criteria Formula Examples How To Use

I think you can get there Put all your variables in a set of ranges (so they can be easily updated, and the counting formulas are easier to debug) Then take a look at the COUNTIFS formula Just like COUNTIF, but allows multiple criteria Give it a try and let us know if you get stuck – guitarthrower Jan 2 '15 at 1623Explanation Multiple COUNTIF function returns each count for different ranges matching all the lists with condition in I3 cell operator returns the sum after adding all the counts As you can see in the above snapshot the above explained COUNTIF formula returns the count of cells with noncontiguous range in Excel Excel COUNTIFS things to remember!

Countif with multiple criteria in same column with a useful feature If you have Kutools for Excel, with its Select Specific Cells feature, you can quickly select the cells with specific text or cells between two numbers or dates, and then get the number you needHow to count records between two dates with matching criteria in Excel?We can apply the some formulas to count cells if they contain one of multiple criteria in Excel (1) Formula 1 =COUNTIF (Range, criteria 1)COUNTIF (Range, Criteria 2) COUNTIF (Range, Criteria

For example, to count the number of times a particular city appears in a customer list In its simplest form, COUNTIF says =COUNTIF (Where do youMore Use COUNTIF, one of the statistical functions, to count the number of cells that meet a criterion;The COUNTIF function counts cells in a range that meet criteria For example, to count the number of cells in a range that contain "a" you can use = COUNTIF(range,"a") // exact match However, note this is an exact match

Use Countifs To Count Cells That Match Multiple Criteria Learn Microsoft Excel Five Minute Lessons

Use Countifs To Count Cells That Match Multiple Criteria Learn Microsoft Excel Five Minute Lessons

Excel Countifs And Countif With Multiple And Or Criteria Formula Examples

Excel Countifs And Countif With Multiple And Or Criteria Formula Examples

 Cells E5 contains our criteria which classifies the Performance Rating into three ranges 7079, 80 and 9099 The resulting count per range will be reflected in cells F3F5 Figure 2 Sample data to count numbers by range using COUNTIFS Count Numbers by Range using COUNTIFS We want to count the performance ratings per specified range I need to count the number of cells in a column which contain a specific value I am currently using the following code iVal = ApplicationWorksheetFunctionCOUNTIF(Range("AA"), "SAL") However, I now need to count how many cells contain either SAL, or;The COUNTIFS function takes multiple criteria in pairs — each pair contains one range and the associated criteria for that range To generate a count, all conditions must match To add more conditions, just add another range / criteria pair

Tricks Countif Excel With Example How To Use Countif Function In Excel

Tricks Countif Excel With Example How To Use Countif Function In Excel

Excel Countifs And Countif With Multiple And Or Criteria Formula Examples

Excel Countifs And Countif With Multiple And Or Criteria Formula Examples

1 Select the range where you will count cells if partial string/substring matched, and click Kutools > Select > Select Specific Cells See left screenshot 2 In the opening Select Specific Cells dialog box, please (1) Check the Cell option in the Selection type section; In fact, Excel COUNTIF function is not exactly designed to count cells with multiple criteria In most cases, you'd use its plural counterpart, the COUNTIFS function to count cells that match two or more criteria (AND logic) However, some tasks can be solved by combining two or more COUNTIF functions in one formula =COUNTIF(range, criteria) Range As per COUNTIF Excel, it defines this as "the range of cells from which you wish to count nonblank cells" Strictly speaking, you can use this function to count blank cells if you want to, alternatively, there is a COUNTBLANK function if you wanted to count blank cells in a range Criteria Row_num

Use Excel Countifs To Count With Multiple Criteria Contextures Blog

Use Excel Countifs To Count With Multiple Criteria Contextures Blog

Counting The Number Of Values Between Two Specified Values In A List In Microsoft Excel

Counting The Number Of Values Between Two Specified Values In A List In Microsoft Excel

COUNTIF function allows counting of the range of cells that meets the specified criteria It is used to count cells that contain dates, numbers, and text The formula is stated as follows "=COUNTIF (range,criteria)" Where, • "Range" is a required parameter that refers to the range on which the criteria will be appliedHow to use the SUMPRODUCT function in Excel Returns the SUM after multiplication of values in multiple arrays in excel COUNTIFS with Dynamic Criteria Range Count cells depstartent on other cell values in Excel COUNTIFS Two Criteria Match Count cells matching two different criteria on list in excelExcel function COUNTIFS is used to count the entries in multiple ranges and with multiple criteria To sum based on multiple criteria we use te Sumifs function in Microsoft Excel SUMIFS"SUMIFS" function is used to add the multiple criteria with multiple range

Excel Count Count Number Of Cells Containing Specific Text W3resource

Excel Count Count Number Of Cells Containing Specific Text W3resource

Countif Master This Amazing Formula Guide Earn Excel

Countif Master This Amazing Formula Guide Earn Excel

 3 For my current research I want to return a count of a value (A, B or C) listed in column AO, when a criteria in a differently sized range (TY) is met The criteria is that it simply has to be a specific word (lets say "Jack", "Tony" and "Bobby") Example I would for instance like to know all the A, B & C's for all the Jacks (in this case 2To test a range and determine if it contains one of many substrings (partial matches, specific text, etc) you can use use a formula based on the COUNTIF function nestedCOUNTIF is an Excel function to count cells in a range that meet a single condition COUNTIF can be used to count cells that contain dates, numbers, and text The criteria used in COUNTIF supports logical

Excel Count With Multiple Criteria Countifs Function Youtube

Excel Count With Multiple Criteria Countifs Function Youtube

Count How Often A Value Occurs Office Support

Count How Often A Value Occurs Office Support

You can use the COUNTIFS function in Excel to count cells in a single range with a single condition as well as in multiple ranges with multiple conditions If the latter, only those cells that meet allMore Use COUNTIF, one of the statistical functions, to count the number of cells that meet a criterion; The tutorial explains how to use Excel's COUNTIF and COUNTIFS functions to count cells with multiple OR as well as AND conditions As everyone knows, Excel COUNTIF function is designed to count cells based on just one criterion while COUNTIFS evaluates multiple criteria with AND logic

Countifs Multiple Or Criteria For One Or Two Criteria Ranges Excelxor

Countifs Multiple Or Criteria For One Or Two Criteria Ranges Excelxor

How To Use The Countif Function Instead Of Vlookup Video Excel Campus

How To Use The Countif Function Instead Of Vlookup Video Excel Campus

Using countif with named range I am attempting to count the number of occurrences entries in a column that are referenced in a named range column J contains a list of locations I created a named range "Locations" I am using =COUNTIF (J6J217,locations), but the result is only returning results for some of the locations, and only 1(2) Select Contains from the first drop down list in the Specific type See the part in this article in which I give an explanation as to why this setup with COUNTIF(S) fails for scenarios involving multiple "OR" criteria for more than two criteria_ranges In such cases we must switch to SUMPRODUCT, though of course this means that using entire column references is not at all a good idea (hence my choice of an

Excel Countif Usage Include Greater Than Or Equal And Multiple Criteria Examples Lionsure

Excel Countif Usage Include Greater Than Or Equal And Multiple Criteria Examples Lionsure

How To Use Multiple Criteria In Excel Countif And Countifs

How To Use Multiple Criteria In Excel Countif And Countifs

 1 Using COUNTIFS the only way I'd know of to check a value is in a list is to create a dummy column that has that check and make that column Criteria3 instead of the actual value Going from your example, you'd drop in the following formula in Column D (set text to white so the workbook doesn't look ugly) =IF (COUNTIF (E$2E$6, C2)>0, 1Cell reference for criteria To use a cell reference for criteria, you can use an array formula like this = {SUM(COUNTIFS(range1, range2))} Where range1 isSummary To count rows in a table that meet multiple criteria, some of which depends on logical tests that work at the rowlevel, you can use the SUMPRODUCT function

How To Countif With Multiple Criteria In Excel

How To Countif With Multiple Criteria In Excel

Countif Multiple Criteria Guide How To Use Countifs In Excel

Countif Multiple Criteria Guide How To Use Countifs In Excel

Countif a specific value across multiple worksheets with formulas In Excel, there is a formula for you to count a certain values from multiple worksheets Please do as follows 1 List all the sheet names which contain the data you want to count in aCOUNTIF function helps to count the number of certain value in a list We can also use multiple criteria for counting We use this method to calculate multipThis lesson explains how to use COUNTIF, and provides an example of how you can use it COUNTIF function syntax The COUNTIF function has the following syntax =COUNTIF(range,criteria) range is the set of cells which you want to count criteria is what you use to set which cells will be counted

Excel Formula Count Cells Between Two Numbers Exceljet

Excel Formula Count Cells Between Two Numbers Exceljet

How To Use Multiple Criteria In Excel Countif And Countifs

How To Use Multiple Criteria In Excel Countif And Countifs

 Excel COUNTIF function is best suited for situations when you want to count cells based on a single criterion If you want to count based on multiple criteria,Excel allows a user to count values with multiple criteria and or logic using the COUNTIFS and SUM functions This step by step tutorial will assist all levels of Excel users in creating a COUNTIFS with multiple criteria and or logic Figure 1 The result of the formula Syntax of the COUNTIFS Formula The generic formula for the COUNTIFSThe COUNTIFS function in Excel counts the number of cells in a range that match a set of multiple criteriaCOUNTIFS extends the COUNTIF function which only allows one criteria It is similar to SUMIFS, which will find the sum of all cells that match a set of multiple criteria COUNTIFS function syntax The COUNTIFS function has the following syntax

How To Use Multiple Criteria In Excel Countif And Countifs

How To Use Multiple Criteria In Excel Countif And Countifs

Master Vlookup Multiple Criteria And Advanced Formulas Smartsheet

Master Vlookup Multiple Criteria And Advanced Formulas Smartsheet

Using COUNTIF with multiple criteria Syntax for a single criteria is =COUNTIF (range, criteria) The best function you can use for situations when you need to count cells based on multiple criteria is the COUNTIFS function The "s" on the end of Countif makes it plural, and that means that there are multiple criteriaNormally, if you have just a couple things you don't want to count, you can use COUNTIFS like this = COUNTIFS(range,"apple", range,"orange") But this doesn't scale very well if you have a list of many things, because you'll have to add an additional range/criteria pair to for each thing you don't want to count In addition, Excel provides a number of special IF functions to analyze and calculate data based on different conditions For example, to count the occurrences of a text or numeric value based on a single or multiple conditions, you can use COUNTIF and COUNTIFS, respectively

How To Use The Excel Countifs Function Exceljet

How To Use The Excel Countifs Function Exceljet

Countifs With Multiple Criteria In Same Range In Google Sheets

Countifs With Multiple Criteria In Same Range In Google Sheets

In simple words, while working with data tables, sometimes we need to count the cells where more than two ranges meet criteria In Excel, You can perform tasks like operations over multiple ranges using the formula explained below Criteria can be applied over text, number orHow to Check If Cell Contains Specific Text in Excel How to Check a list of Texts In String in Excel Get COUNTIFS Two Criteria Match in Excel Get COUNTIFS With OR For Multiple Criteria in Excel Popular Articles 50 Excel Shortcut to Increase Your Productivity Get faster at your task These 50 shortcuts will make you work even faster on ExcelCOUNTIFS(criteria_range1, criteria1, criteria_range2, criteria2) The COUNTIFS function syntax has the following arguments criteria_range1 Required The first range in which to evaluate the associated criteria criteria1 Required The criteria in the form of a number, expression, cell reference, or text that define which cells will be counted

Count If Using Multiple Criteria Rows And Columns Microsoft Tech Community

Count If Using Multiple Criteria Rows And Columns Microsoft Tech Community

Excel Countif Cell Contains Part Of Text Partial Matches With Wildcards Youtube

Excel Countif Cell Contains Part Of Text Partial Matches With Wildcards Youtube

 I've tried all kinds of combinations of COUNTIF, IF, SUMPRODUCT, and haven't had any luck CountIF with Multiple Criteria and Range Size I've tried all kinds of combinations of COUNTIF, IF, SUMPRODUCT, and haven't had any luck IF (column) SS="Central", and IF (column) AQAQ="March", then Count the number of rows in range AIAM containCountifs works just like countif, except you can add additional criteria separated by commas Here is stepbystep instruction on how to do it Step 1 document the criteria or conditions you wish to test for Step 2 type "=countifs (" and select the range you want to test the first criteria on Step 3 input the test for the criteriaOnly several clicks can count if cell contains text or part of text in Excel The Select Specific Cells utility of Kutools for Excel can help you quickly count number of cells in a range if they contain certain text or part of text After getting the result in a popping up dialog box, all matched cells will be selected automatically

How To Countif By Date Month Year And Date Range In Excel

How To Countif By Date Month Year And Date Range In Excel

How To Count Cells If One Of Multiple Criteria Met In Excel

How To Count Cells If One Of Multiple Criteria Met In Excel

 Cell B2 is =COUNTIF(G3G;"PWBR") New change in range Cell is =COUNTIF(G3G300;"PWLU") Cell B2 is =COUNTIF(G3G300;"PWBR") I have 6 columns and 22 rows, each with a "countif" function to do a count from a list of 4000 drawings with 6 different criteria In the above example I want to copy the changed range figure but keep the criteria it The COUNTIFS function is similar to COUNTIF, but it allows specifying multiple ranges and multiple criteria Its syntax is as follows COUNTIFS (criteria_range1, criteria1, criteria_range2, criteria2) The COUNTIFS function was introduced in Excel 07 and is available in all later versions of Excel 10, 13, and 16

Countif Master This Amazing Formula Guide Earn Excel

Countif Master This Amazing Formula Guide Earn Excel

Excel Countif Examples Not Blank Greater Than Duplicate Or Unique

Excel Countif Examples Not Blank Greater Than Duplicate Or Unique

Test If Cell Contains Specific Value Automate Excel

Test If Cell Contains Specific Value Automate Excel

Excel Countifs And Countif With Multiple And Or Criteria Formula Examples

Excel Countifs And Countif With Multiple And Or Criteria Formula Examples

How To Use Countifs In Google Sheets Countif Multiple Criteria Step By Step Tutorial Youtube

How To Use Countifs In Google Sheets Countif Multiple Criteria Step By Step Tutorial Youtube

Excel Countifs And Countif With Multiple And Or Criteria Formula Examples

Excel Countifs And Countif With Multiple And Or Criteria Formula Examples

How To Use Multiple Criteria In Excel Countif And Countifs

How To Use Multiple Criteria In Excel Countif And Countifs

How To Use Multiple Criteria In Excel Countif And Countifs

How To Use Multiple Criteria In Excel Countif And Countifs

Countifs Multiple Or Criteria For One Or Two Criteria Ranges Excelxor

Countifs Multiple Or Criteria For One Or Two Criteria Ranges Excelxor

How To Use The Countif Function Instead Of Vlookup Video Excel Campus

How To Use The Countif Function Instead Of Vlookup Video Excel Campus

How To Count Text In Excel Excelchat

How To Count Text In Excel Excelchat

Q Tbn And9gcrdt6yyg Bhasvjonqsjmwrb4jzuzpy1sdennuzsayyu4hfyshe Usqp Cau

Q Tbn And9gcrdt6yyg Bhasvjonqsjmwrb4jzuzpy1sdennuzsayyu4hfyshe Usqp Cau

How To Use Multiple Criteria In Excel Countif And Countifs

How To Use Multiple Criteria In Excel Countif And Countifs

How To Handle Countif With Multiple Criteria In Excel Magoosh Excel Blog

How To Handle Countif With Multiple Criteria In Excel Magoosh Excel Blog

How To Countif With Multiple Criteria In Excel

How To Countif With Multiple Criteria In Excel

Using Excel S Sumif With Multiple Criteria Deskbright

Using Excel S Sumif With Multiple Criteria Deskbright

Count Items Based On Another Column Contextures Blog

Count Items Based On Another Column Contextures Blog

Count If Multiple Criteria Excel And Google Sheets Automate Excel

Count If Multiple Criteria Excel And Google Sheets Automate Excel

Use A Dynamic Range In Excel With Countif And Indirect

Use A Dynamic Range In Excel With Countif And Indirect

How To Use The Google Sheets Countif Function

How To Use The Google Sheets Countif Function

How To Handle Countif With Multiple Criteria In Excel Magoosh Excel Blog

How To Handle Countif With Multiple Criteria In Excel Magoosh Excel Blog

Countifs With Multiple Criteria And Or Logic In Excel July 14 21 Excel Office

Countifs With Multiple Criteria And Or Logic In Excel July 14 21 Excel Office

1

1

Count Items Based On Another Column Contextures Blog

Count Items Based On Another Column Contextures Blog

Using Excel S Sumif With Multiple Criteria Deskbright

Using Excel S Sumif With Multiple Criteria Deskbright

Count If Two Criteria Match In Excel July 8 21 Excel Office

Count If Two Criteria Match In Excel July 8 21 Excel Office

Get The Countifs With Dynamic Criteria Range In Excel

Get The Countifs With Dynamic Criteria Range In Excel

Excel Formula Countifs With Multiple Criteria And Or Logic

Excel Formula Countifs With Multiple Criteria And Or Logic

Excel Formula Count If Row Meets Multiple Internal Criteria

Excel Formula Count If Row Meets Multiple Internal Criteria

How To Count Cells That Contain This Or That In Excel In Excel

How To Count Cells That Contain This Or That In Excel In Excel

How To Countif With Multiple Criteria In Excel

How To Countif With Multiple Criteria In Excel

How To Count Data In Selected Cells With Excel S Countif Function

How To Count Data In Selected Cells With Excel S Countif Function

Countif With Multiple Criteria Formula Examples How To Use

Countif With Multiple Criteria Formula Examples How To Use

Countifs Excel S Countif For Multiple Criteria Pryor Learning Solutions

Countifs Excel S Countif For Multiple Criteria Pryor Learning Solutions

Excel Formula Countif With Non Contiguous Range Exceljet

Excel Formula Countif With Non Contiguous Range Exceljet

1

1

Countif Multiple Criteria Guide How To Use Countifs In Excel

Countif Multiple Criteria Guide How To Use Countifs In Excel

How To Count If Not Equal To X Or Y In Excel

How To Count If Not Equal To X Or Y In Excel

Excel Magic Trick 1163 Countifs For Dates When Dates Have Time Value Too Countif Too Youtube

Excel Magic Trick 1163 Countifs For Dates When Dates Have Time Value Too Countif Too Youtube

Rank By Multiple Criteria In Excel Change This Limited

Rank By Multiple Criteria In Excel Change This Limited

Countifs Excel S Countif For Multiple Criteria Pryor Learning Solutions

Countifs Excel S Countif For Multiple Criteria Pryor Learning Solutions

How To Countifs With Or For Multiple Criteria In Excel

How To Countifs With Or For Multiple Criteria In Excel

Count Items Based On Another Column Contextures Blog

Count Items Based On Another Column Contextures Blog

Countifs Two Criteria Match

Countifs Two Criteria Match

How To Countif With Multiple Criteria In Excel

How To Countif With Multiple Criteria In Excel

How To Countif With Multiple Criteria In Excel

How To Countif With Multiple Criteria In Excel

How To Count Between Dates Using Countifs Formula

How To Count Between Dates Using Countifs Formula

Countif And Countifs Functions Excel Vba Google Sheets Automate Excel

Countif And Countifs Functions Excel Vba Google Sheets Automate Excel

How To Use Multiple Criteria In Excel Countif And Countifs

How To Use Multiple Criteria In Excel Countif And Countifs

Countif With Multiple Criteria Formula Examples How To Use

Countif With Multiple Criteria Formula Examples How To Use

Count Cells Between Two Dates With Multiple Criteria Free Excel Tutorial

Count Cells Between Two Dates With Multiple Criteria Free Excel Tutorial

Countif With Multiple Criteria And List Stack Overflow

Countif With Multiple Criteria And List Stack Overflow

How To Countif With Multiple Criteria In Excel

How To Countif With Multiple Criteria In Excel

How To Countif With Multiple Criteria In Excel

How To Countif With Multiple Criteria In Excel

Count Number Of Occurrences With Multiple Criteria Using Excel And Vba Exceldome

Count Number Of Occurrences With Multiple Criteria Using Excel And Vba Exceldome

Countif With Multiple Criteria Formula Examples How To Use

Countif With Multiple Criteria Formula Examples How To Use

Excel Countifs And Countif With Multiple And Or Criteria Formula Examples

Excel Countifs And Countif With Multiple And Or Criteria Formula Examples

Use Countifs To Evaluate Multiple Count And Criteria Ranges Techrepublic

Use Countifs To Evaluate Multiple Count And Criteria Ranges Techrepublic

Countifs Multiple Or Criteria For One Or Two Criteria Ranges Excelxor

Countifs Multiple Or Criteria For One Or Two Criteria Ranges Excelxor

Excel Count Count Cells Between Numbers W3resource

Excel Count Count Cells Between Numbers W3resource

How To Count Values Meeting Multiple Criteria In Different Columns In Excel

How To Count Values Meeting Multiple Criteria In Different Columns In Excel

Excel Countifs With Multiple Criteria And Or Logic Youtube

Excel Countifs With Multiple Criteria And Or Logic Youtube

Using Excel Multiple Condition Countif Function Tech2touch

Using Excel Multiple Condition Countif Function Tech2touch

How To Countif With Multiple Criteria In Excel

How To Countif With Multiple Criteria In Excel

Excel Formula Count If Two Criteria Match Exceljet

Excel Formula Count If Two Criteria Match Exceljet

Countifs With Multiple Criteria In Same Range In Google Sheets

Countifs With Multiple Criteria In Same Range In Google Sheets

Use Of Countif With Multiple Criteria Excel Youtube

Use Of Countif With Multiple Criteria Excel Youtube

How To Use The Excel Countif Function Exceljet

How To Use The Excel Countif Function Exceljet

Excel Countif And Countifs With Or Conditions

Excel Countif And Countifs With Or Conditions

Excel Countifs And Countif With Multiple And Or Criteria Formula Examples

Excel Countifs And Countif With Multiple And Or Criteria Formula Examples

How To Use Countif With Multiple Criteria In Excel Excelchat

How To Use Countif With Multiple Criteria In Excel Excelchat

Excel Formula Countifs With Multiple Criteria And Or Logic Exceljet

Excel Formula Countifs With Multiple Criteria And Or Logic Exceljet

How To Handle Countif With Multiple Criteria In Excel Magoosh Excel Blog

How To Handle Countif With Multiple Criteria In Excel Magoosh Excel Blog

How To Count Cells With Specific Text In Excel Magoosh Excel Blog

How To Count Cells With Specific Text In Excel Magoosh Excel Blog

Countif Not Blank In Excel Formula Example How To Use

Countif Not Blank In Excel Formula Example How To Use

Excel Formula Count If Row Meets Multiple Internal Criteria Exceljet

Excel Formula Count If Row Meets Multiple Internal Criteria Exceljet

1

1

Excel Countifs And Countif With Multiple And Or Criteria Formula Examples

Excel Countifs And Countif With Multiple And Or Criteria Formula Examples

Incoming Term: excel countif range contains multiple criteria, how do i use countif with multiple criteria, how to use countif with multiple criteria, can i use countif with multiple criteria,

コメント

このブログの人気の投稿

[コンプリート!] 中央 大学 陸上 部 女子 ユニフォーム 255281

コンプリート! よく使う英単語 一覧 520976-よく使う英単語 一覧

++ 50 ++ 東京 わたあめ 127569-東京 わたあめ