|
|
Subject:
EXCEL FORMULA HELP
Category: Computers Asked by: pachyderm-ga List Price: $2.00 |
Posted:
10 May 2006 09:26 PDT
Expires: 09 Jun 2006 09:26 PDT Question ID: 727305 |
B1 9/1/06 C1 BLANK B2 3/2/06 C2 BLANK B3 5/2/06 C3 BLANK B4 6/15/06 C4 BLANK B5 7/15/06 C5 BLANK How do I create a hyperlink (same workbook/sheet)that will highlight boxes in column C that are after today's date. | |
| |
|
|
There is no answer at this time. |
|
Subject:
Re: EXCEL FORMULA HELP
From: binhcando-ga on 14 May 2006 20:17 PDT |
Hi there, cynthia-ga gave a very good refernce, but still need some adjustment. I checked this myself, here are some fixes: 1. In step 1, in order for this method to work, you need select the range of the cells that contain the conditional value. In this case, the column B. 2. In step 4, you should type =TODAY(), if you type TODAY() it will become ="TODAY()" and hence won't work. I know it's not pachyderm-ga exact expectation but I suggest it is very good method. With this solution, you won't need to click on the hyperlink to highlight the empty boxes on column C. Instead, it will automatically highlight the cells on column B that are after today. Goodluck, binhcando-ga - future researcher |
Subject:
Re: EXCEL FORMULA HELP
From: cynthia-ga on 14 May 2006 20:25 PDT |
Thanks for the correction. I didn't think it was perfect, and I'm glad you came along to correct me! |
Subject:
Re: EXCEL FORMULA HELP
From: rajacsekar-ga on 18 May 2006 05:02 PDT |
Hi pachyderm, Type the following command in the respective cells. Cell Formula in the cell ==== =================== C1 =IF(B1>TODAY(),HYPERLINK("://www.google.com", "click here"),"BLANK") C2 =IF(B2>TODAY(),HYPERLINK("://www.google.com", "click here"),"BLANK") C3 =IF(B3>TODAY(),HYPERLINK("://www.google.com", "click here"),"BLANK") C4 =IF(B4>TODAY(),HYPERLINK("://www.google.com", "click here"),"BLANK") C5 =IF(B5>TODAY(),HYPERLINK("://www.google.com", "click here"),"BLANK") This is what you want ? Regards/RajaCSekar |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |