How to Take the value of the same date
Closed
Mahesh
-
Mar 18, 2011 at 06:17 AM
venkat1926 Posts 1863 Registration date Sunday June 14, 2009 Status Contributor Last seen August 7, 2021 - Mar 18, 2011 at 07:16 AM
venkat1926 Posts 1863 Registration date Sunday June 14, 2009 Status Contributor Last seen August 7, 2021 - Mar 18, 2011 at 07:16 AM
1 response
venkat1926
Posts
1863
Registration date
Sunday June 14, 2009
Status
Contributor
Last seen
August 7, 2021
811
Mar 18, 2011 at 07:16 AM
Mar 18, 2011 at 07:16 AM
suppose your data in row no. 1 and 2 fvrom A1 to G2 is like this
12-Mar-11 13-Mar-11 14-Mar-11 15-Mar-11 16-Mar-11 17-Mar-11 18-Mar-11
8 9 9 8 7 6 7
in an empty cell type this formula
=HLOOKUP(TODAY(),$A$1:$G$2,2,0)
you will getg 7
12-Mar-11 13-Mar-11 14-Mar-11 15-Mar-11 16-Mar-11 17-Mar-11 18-Mar-11
8 9 9 8 7 6 7
in an empty cell type this formula
=HLOOKUP(TODAY(),$A$1:$G$2,2,0)
you will getg 7