Formula Needed

carla7216

New Member
Joined
Aug 13, 2009
Messages
29
Hello everyone, I need your help with a formula. I have a spreadsheet that consist of multiple telephone numbers, minutes/seconds used and charge.

I need a formula that will calculate the following:

How many times the number was called...
The total minutes was used for that number....
The total amount that was charged for that number....

Please help! I'd greatly appreciate it so much.... :)
 

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
Hello everyone, I need your help with a formula. I have a spreadsheet that consist of multiple telephone numbers, minutes/seconds used and charge.

I need a formula that will calculate the following:

How many times the number was called...
The total minutes was used for that number....
The total amount that was charged for that number....

Please help! I'd greatly appreciate it so much.... :)

Try using

COUNTIF for the first question

SUMIF for the other two questions
 
Upvote 0
Hi Brian,
Thanks so much for replying. I greatly appreciate it.
I knew it was the COUNTIF and SUMIF, but where I get stuck is knowing how to use the other symbols like: *(),:, etc. I don't know when and where to place them.
 
Upvote 0
Hi Brian,
Thanks so much for replying. I greatly appreciate it.
I knew it was the COUNTIF and SUMIF, but where I get stuck is knowing how to use the other symbols like: *(),:, etc. I don't know when and where to place them.

The syntax for COUNTIF

=COUNTIF(Range,Criteria) or =COUNTIF(A1:A100,"808-555-5555")

Where A1:A100 house telephone numbers and 808 is the phone number

For SUMIF

=SUMIF(Range,Criteria,RangeToSum)

=SUMIF(A1:A100,"808-555-5555",B1:B100)

Where A1:A100 houses telephone numbers, 808-555-5555 is the criteria and B1:B100 range to sum
 
Upvote 0

Forum statistics

Threads
1,214,543
Messages
6,120,123
Members
448,947
Latest member
test111

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top