clumsy-xceller
New Member
- Joined
- Jul 4, 2010
- Messages
- 5
Hi I am having trouble with finding an earliest date in a series. Let me explain how I have the sheet set up.
basically its a rental cost calculator,
I have a series of rows in which the user can select whats to be rented, date in and date out. I have 2 columns which check to see that the user has selected a product to rent ie "ISO" or "FLEXI" and not "None" and then transfers the date in and date out from the corresponding collumns. (this may seem a roundabout way of doing this but I have further plans for these extra collumns. If the user has selected "None" then the extra date cells will contain "Not Active" I want to find the minimum of the extra ADatein column and maximum of the ADateout column.
ie
A--------- B---------- C---------- D----------- E----------- F--------
ADatein----ADateout --Product ----Datein ----Dateout
Not Active- Not Active-- None---- 4/6/2010--- 4/6/2010
4/6/2010-- 20/6/2010--- ISO----- 4/6/2010--- 20/6/2010
5/6/2010-- 29/6/2010--- FLEXI---- 5/6/2010-- 29/6/2010
Min Date--- Max Date
I have tried MIN(A3:A5) and get a result of 0, even if all 3 rows have a date in them I still get a 0?? I assume it has something to do with the formulas in A and B.
Collumn B contains this formula filled down
=IF(C3<>"None",D3,"Not Active")
Can anyone Help
Thanks in Advance
basically its a rental cost calculator,
I have a series of rows in which the user can select whats to be rented, date in and date out. I have 2 columns which check to see that the user has selected a product to rent ie "ISO" or "FLEXI" and not "None" and then transfers the date in and date out from the corresponding collumns. (this may seem a roundabout way of doing this but I have further plans for these extra collumns. If the user has selected "None" then the extra date cells will contain "Not Active" I want to find the minimum of the extra ADatein column and maximum of the ADateout column.
ie
A--------- B---------- C---------- D----------- E----------- F--------
ADatein----ADateout --Product ----Datein ----Dateout
Not Active- Not Active-- None---- 4/6/2010--- 4/6/2010
4/6/2010-- 20/6/2010--- ISO----- 4/6/2010--- 20/6/2010
5/6/2010-- 29/6/2010--- FLEXI---- 5/6/2010-- 29/6/2010
Min Date--- Max Date
I have tried MIN(A3:A5) and get a result of 0, even if all 3 rows have a date in them I still get a 0?? I assume it has something to do with the formulas in A and B.
Collumn B contains this formula filled down
=IF(C3<>"None",D3,"Not Active")
Can anyone Help
Thanks in Advance
Last edited: