MS Excel Tips and Tricks – How to count things in Excel Excelではヒントやテクニック-E xcelでどのように物事をカウントする

Posted on February 8, 2008 at 6:43 am投稿された2008年2月8日、午前6時43時

There’s an old wives’ tale that says most of us only use about ten percent of our brains.そこには老婦人の話によれば、私たちのほとんどのみを使用して約10 %が我々の頭脳です。 Well, that’s poppycock.まあ、それはそれたわ言です。 But what is true is that most of us use far less than 10 percent of the power in our expensive Microsoft Office applications.しかし、何が真実は、私たちのほとんどが使用して10 %未満にまで電源は、高価なマイクロソフト社のオフィスアプリケーションです。 Take Excel for example.たとえばエクセルを取る。 I love Excel.エクセル大好きです。 If you could take the most horrible job in the world and figure out a way to use Excel to do it, I think I would find it fun.もしあなたがかかる可能性が、世界で最も悲惨な仕事やエクセルを使用する方法を考え出すことには、見つけることが楽しいと思うんだ。

People often ask me how I learned Excel.人々はどのように習ったエクセル聞いている。 I started by skimming a big, fat How to Use Excel manual , just to get an idea of what kinds of things I could do with it.私の大きなスキミングによって起動される、脂肪をどのように使ってExcelのマニュアルでは、発想を得るためだけに、私にできることはどのようなものが出ていない。 If I could conceive of a use I could make of a feature, I learned how to make use of it.もし私の想像する可能性のある機能を使用すればよい、私はそれを活用する方法を学びました。 After that it was just learning by doing.学習後にそれを実行していただけだ。 But enough about me.私についてはこれで十分です。

One of the most powerful features available in Excel is its use of formulas .最も強力な機能の1つは、 Excelで利用可能な数式を使用します。 In each cell of an Excel spreadsheet you can enter data, like numbers or text.各セルのExcelスプレッドシートのデータを入力することができます、またはテキストのような数字だ。 You can also enter formulas, and formulas can do almost anything with the data in other cells.数式を入力することもできますし、ほとんど何でもできる数式で、他の細胞のデータです。

In this post I will show you how to use a simple formula to count things in Excel .この後、私は、簡単な方法をお見せしますExcelで数式をカウントするものです。 Let’s pose a problem: You have a list of friends who each have a certain amount of money they owe you from different times they borrowed.問題を引き起こすみましょう:お持ちの人の友達リストがあるごとにある程度のお金を借りて別の時間帯に彼らから借りた。 That’s right, you’re like a bank.そうだね、君は、銀行のようにします。 So your list looks like this:だからあなたのリストを以下のようになります:

Photobucket (

Now, if this is the full extent of your Shylock ways, you could just add up how much each friend owes you.さて、もしこれは、完全な範囲で、お客様の高利貸しかの方法で、あなただけを追加する可能性はどのくらいそれぞれのお友達を払うべきです。 But if you have a lot of this stuff going on and you want to automate the process of adding what each person owes, you could set up your spreadsheet to do it for you, like this:しかし、多くの場合は、この起こっているものとするプロセスを自動化したい場合は一人一人が何を払うべき追加している場合は、スプレッドシートにぜひ取得してセットアップする場合には、このような:

Photobucket (

So what formulas produce the sums of the amounts owed by each friend?だから、どのような数式を生み出す〜が支払うべき金額の合計は、それぞれの友人ですか? Simple: SUMIF .単純: sumif Using the SUMIF formula, I set up a little table that automatically calculates the sum totals owed by each friend.フォーミュラsumifを使用して、私に小さなテーブルを設定することによって自動的に算出してそれぞれの友人〜が支払うべき金額の合計です。

Here’s what I did: I made a list of my friends in Column E. Then in cell F2 I entered the following:私は次のようなもの:私は私の友人のリストを列に入力e.それから私は、以下のセルにF2 :

=SUMIF($B$2:$B$9,”Mike”,$C$2:$C$9) = sumif ( $ Bの$ 2 : $ Bの九ドル、 "マイク" 、 $ cの$ 2 : $ c $など9 )

In the next cell down,ダウンは、次のセルは、

=SUMIF($B$2:$B$9,”Janet”,$C$2:$C$9) , = sumif ( $ Bの$ 2 : $ Bの九ドル、 "ジャネット" 、 $ cの$ 2 : $ c $など9 )

and so on, only changing the name for Excel to use as its criterion.といったように、名前の変更のみを使用するExcel用の基準としてです。 What you are telling Excel to do is, look in the range B2 to B9 (the $ signs make it so you can copy the formula without the range being changed); if it sees the word Mike, it should include the adjacent amount in the range C2 to C9 it its sum.あなたが何を言っエクセルばならないのは、 B2のを見るの範囲b9 ( $印を作ることができますので、数式をコピーしている範囲を変更することなく) ;すれば、マイクという言葉を見て、それを含めるのは、隣接する金額c9範囲c2をしてその合計です。 Simple.シンプルです。

If you think about it you can probably think of some ways you can use the SUMIF formula.と思われる場合は、おそらくそれについて考えることができますが、いくつかの方法で使用することができますsumifフォーミュラです。 But you should only use this power for good, not evil.しかし、この電源を使用する必要がいいだけではなく、悪です。

If you enjoyed this post, make sure you この投稿を享受する場合は、必ず subscribe to my RSS feed 私のRSSフィードを購読して !

» Filed Under »提出下 MS Office Tips MSオフィスのヒント

Related Posts関連記事

One Response to “MS Excel Tips and Tricks – How to count things in Excel” 1つの反応を" Excelではヒントやテクニック-E xcelでどのように物事をカウントする"

  1. MJ said on : mjによると:

    Thanks for the helpful tip!便利なヒントをありがとう!


    Please post your comments/suggestions!コメントを投稿してください/アドバイス!