I have created an EXCEL worksheet to track when letters are sent out. I have a column (1) for the name of the recipient and a column (2) for the date the letter was sent. How do I track what percentage of the letters have been sent?
-
-
Answer:
I am assuming if the letter has not been sent, then there will be no date in column two. If so, I would count the total items in column 1. Then count the non-empty fields in column 2. Then divide the count for column 2 by the total fields in column 1 to get a percentage that have been sent.
milelle at Answerbag.com Visit the source
Other answers
I'm assuming that your contacts are in column A and the dates are in column B and that there is no other information in those columns. Somewhere in another two columns put the following two formulae: =COUNTA(A:A) and =COUNTA(B:B) I put them in cells C2 and D2 and I then put the following formula into cell E2, which I formatted as a percentage: =D1/C1 I put labels Addressee, Date Sent and % Sent in cells C,D and E1. This allowed me to base a chart, which could show the labels, on the range C1:E2.
Brian I
Yes, of course I can do that. But how do I create a chart/graph that will automatically do that for me? I know how to do it if I had numbers in the date field... How do you tell the chart/graph that each date column is part of the 100%?
milelle
Only thing I can think of is to total column (1) and column (2), divide the total of column 2 by the total of column 1 and you will get the percentage of letters that have been sent.
pokeME
Related Q & A:
- How can I sort a column in a DataGrid?Best solution by Stack Overflow
- In Visual Studio 2012 or 2013, how can I register a DLL file on Windows 7 64-bit computer using a Custom Action command?Best solution by Stack Overflow
- Can i put a sim card of a blackberry curve from att on a blackberry bold?Best solution by Yahoo! Answers
- Why can I send a text to my email but not an email as a text to my phone?Best solution by Yahoo! Answers
- I want a knife for camping are there any knives that keep a sharp blade?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.