Excel 2007
I'm attempting to use the MATCH function nested within the function INDEX.
I'm receiving the error "#N/A" because my lookup_value in the MATCH function could not be found.
My lookup_value is referencing a cell (G7) that is a date.
This date is created using a formula.
The formula in G7 is: =sum(f7+1)
The end result of the formula in G7 is: 7/10/2011
Contents in F7: =sum(b5)
Contents in B5: 7/9/2011
When I change the contents of G7 to text "7/10/2011", I do not receive any "#N/A" errors and receive what is desired.
Expected Results:
I would like to be able to have the MATCH function reference a date that is created from a formula without having to copy and paste special values on each date. Any guidance would be appreciated.
Thanks
I'm attempting to use the MATCH function nested within the function INDEX.
I'm receiving the error "#N/A" because my lookup_value in the MATCH function could not be found.
My lookup_value is referencing a cell (G7) that is a date.
This date is created using a formula.
The formula in G7 is: =sum(f7+1)
The end result of the formula in G7 is: 7/10/2011
Contents in F7: =sum(b5)
Contents in B5: 7/9/2011
When I change the contents of G7 to text "7/10/2011", I do not receive any "#N/A" errors and receive what is desired.
Expected Results:
I would like to be able to have the MATCH function reference a date that is created from a formula without having to copy and paste special values on each date. Any guidance would be appreciated.
Thanks