so if you openb my attachment you see blanks or when you apply it to your own document?
I see that you are in compatibility mode. I can save this in XL2007 tomorrow and then you can trt to open it in 2007 and see if that affects it..
so if you openb my attachment you see blanks or when you apply it to your own document?
I see that you are in compatibility mode. I can save this in XL2007 tomorrow and then you can trt to open it in 2007 and see if that affects it..
Where there is a will there are many ways.
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
That would be great,
Yes the sheet you sent doesnt populate with walues, I dont know if it effects it but removing the +0 from the formula reults in the Iserr function returning a false value, however it still results in a N/A fromt he whole formula
Ok. Try now.
You shouldn't remove the +0... that converts the text string date (e.g "February 1, 2008") to an actual serial number that excel understands and can compare to the dates in the other sheet....
I am not sure why you would be seeing blanks.
Hi,
yes im still producing blank cells,
Its definately a TRUE return on your Iserr formula because if i change the "" value to "error"
=IF(ISERR(($G$19&" "&ROWS($A$1:$A1)&", 2008")+0),"error",INDEX('0091 911'!B:B,MATCH(($G$19&" "&ROWS($A$1:$A1)&", 2008")+0,'0091 911'!$A:$A,0)))
then all cells populate with "error"
does this help?
That is truly strange....
What do you get if we cut out the IF() part:
Out of curiousity try this revised formula in G21 and copy down and across...![]()
=INDEX('0091 911'!B:B,MATCH(($G$19&" "&ROWS($A$1:$A1)&", 2008")+0,'0091 911'!$A:$A,0))
Does this give results?![]()
=IF(MONTH(DATE(2008,$E$17,ROWS($A$1:$A1)))<>$E$17,"",INDEX('0091 911'!B:B,MATCH(DATE(2008,$E$17,ROWS($A$1:$A1)),'0091 911'!$A:$A,0)))
Last edited by NBVC; 03-06-2009 at 10:59 AM. Reason: Fixed Condition in 2nd formula to bring blanks when date is in following month
Ok the second formula populated the sheet with data, im just checking through now to make sure it is the correct data! The new formula looks truely beautiful! I just got my head around the last one but this one is even better! ill let you know if the data matches up
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks