S_CGoodgirl
New Member
- Joined
- Sep 4, 2009
- Messages
- 3
Hello and thank you so much for being here!
I am constantly coming to Mr Excel to learn new techniques, but this one has me stumped.
I am trying to have the oldest date listed in column F (Other than the blank ones), for rows where column K = 1 and column G = TRUE.........I always get the date 1/0/1900 listed if there are no other dates in F and even if K is 0, it is still listing the date in F that is associated with that row (when it shouldn't). BTW, the formula below does have the {} around them.
This particular formula is listed in cell F10
'=(MIN(IF(IF(IF(ISBLANK(F$12:F$640),1,0),K$12:K$640=1,0),G$12:G$640=TRUE),F$12:F$640))
I have a snippet of the cells that show the data, but I have no access to a URL and cannot post the image in here.
Any advice would be truly appreciated!!
I am constantly coming to Mr Excel to learn new techniques, but this one has me stumped.
I am trying to have the oldest date listed in column F (Other than the blank ones), for rows where column K = 1 and column G = TRUE.........I always get the date 1/0/1900 listed if there are no other dates in F and even if K is 0, it is still listing the date in F that is associated with that row (when it shouldn't). BTW, the formula below does have the {} around them.
This particular formula is listed in cell F10
'=(MIN(IF(IF(IF(ISBLANK(F$12:F$640),1,0),K$12:K$640=1,0),G$12:G$640=TRUE),F$12:F$640))
I have a snippet of the cells that show the data, but I have no access to a URL and cannot post the image in here.
Any advice would be truly appreciated!!