Hi, I was wondering if anyone could help me figure out a way to extract the largest (actually newest) date captured by our systems across multiple columns.
Example: (This is what I need it to do)
| Column A | | Column B | | Column B | | Column D | | Column E |
|Last Check -------------------------------------------------> | | Max/Large|
| #N/A | | #N/A | | 9/22/10 | | 1/0/00 | | *9/22/10 |* (returned value)
| 9/21/10 | | #N/A | | #N/A | | 1/0/00 | | *9/21/10 |* (returned value)
The problem occurs when I try to compare the #N/A with the "real" values, and the value returned is #N/A.
But I need to add the #N/A because these are not the only values in that specific column.
I hope this is clear because I could really use the help. Thanks.Edit: Forgot the attachment. Again...Thanks.
Bookmarks