![]() |
| If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|||||||
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
I am trying to calculate a date field but it looks like i will need multiple IF's can anyone give me a hand.
The columns i have are shown below i will always have a pending value (in a date/time format)for a request generated by the system. I want to be able to calculate how long it has been pending to todays date. I will then break them down by open for 1 day, 5 days or 10 days. If any of the other fields are populated the system will update them and i will need to subtract them from Pending to get a completed cancelled or authorised time. Cancelled¦Authorised¦Complete¦Inprogress¦Pending¦ Last edited by duane_mi : June 19th 12 at 11:45 AM. |
| Ads |
|
#2
|
|||
|
|||
|
> I am trying to calculate a date field but it looks like i will need
> multiple IF's can anyone give me a hand. > The columns i have are shown below i will always have a pending value > (in a date/time format)for a request generated by the system. I want to > be able to calculate how long it has been pending to todays date. I will > then break them down by open for 1 day, 5 days or 10 days. If any of the > other fields are populated the system will update them and i will need > to subtract them from Pending to get a completed cancelled or authorised > time. > > Cancelled�Authorised�Complete�Inprogress�P ending� Maybe this would help getting started, if I understand the requirement. Put this in F2, copy down, and format as a number: =IF(MAX(A2:C2)=0,TODAY(),MAX(A2:C2)) - E2 This would calculate either - how long pending or - completed cancelled or authorised time, depending on whether or not is has been completed, cancelled or authorised. In another column, you could "break them down by open for ..." |
|
#3
|
|||
|
|||
|
Quote:
I think an example workbook, with no confidential info, would be beneficial here. If you could show a before and after with some notes on the method behind how the final figures will be reached then you'll get a far better answer, far quicker. S. |
|
#4
|
|||
|
|||
|
Good idea on the sample here is a quick sample of the data normall around 50000 rows but this should give you an idea of what i am trying to do.
Thanks |
|
#5
|
|||
|
|||
|
Quote:
I'm still not 100% sure what you're trying to achieve here. Could you put the data in manually and explain how you got to those figures? That would make it much easier to see exactly what you need. S. |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Multiple IF's with an OR | Nadine | Excel Worksheet Functions | 5 | June 4th 10 05:37 PM |
| multiple if's | snax500 | Excel Programming | 2 | August 30th 07 10:58 PM |
| Multiple IF's to Select a Value | JerryS | Excel Worksheet Functions | 6 | May 9th 07 12:53 AM |
| Multiple If's and OR's | Shelly | Excel Worksheet Functions | 16 | February 19th 07 11:44 PM |
| multiple IF's ? | foilprint0 | Excel Worksheet Functions | 1 | January 31st 06 04:59 PM |