I have a table which is a query result set from an application. I need to create a formula to figure the age or amount of time it took to send an application from the time all the data was entered. Table structure example:
Name Payor Type DateSent DateReceived
John Doe NA Setup 10/15/2010
John Doe Verizon Initial 01/15/2011
John Doe MCI Renew 11/03/2010
In the example data above, I need a formula that will tell me how long it took to send the application (represented by types: Initial and Renew) from the date received (represented by the type: setup)
My final report will look like:
John Doe
----Verizon 92
----MCI 17
Name Payor Type DateSent DateReceived
John Doe NA Setup 10/15/2010
John Doe Verizon Initial 01/15/2011
John Doe MCI Renew 11/03/2010
In the example data above, I need a formula that will tell me how long it took to send the application (represented by types: Initial and Renew) from the date received (represented by the type: setup)
My final report will look like:
John Doe
----Verizon 92
----MCI 17