How To Track The Letter Sent?

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

Was this solution helpful to you?

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

Find solution

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.