I’m trying to calculate minutes usage to a specific phone number, so I downloaded my bill as a spreadsheet. There is a column for the numbers I’ve called obviously and a call length column.
Now, the phone numbers are in column C, length in column H.
What would be the formula get the value in my formula column to show either the call length’s value (say, 3 minutes) only if the value of the phone number matches the number I want to filter, otherwise displaying a zero.
I’ve tried =sumif(c1=“518-xxx-xxxx”),h1+0,“0”) but that doesn’t work at all :rofl
little help?
I realize this would be way easier in a db, but i only have a spreadsheet/excel to work with.
Okay. I just put a bunch of random shit into a spreadsheet. What exactly are you looking for again? To sort by telephone number and see the total number of minutes spent on the phone with that number?