![]() |
#1
|
|||
|
|||
![]()
please help, I am trying to find out if it is possible to do what I want and if it is what is the formula
I have a column that has a date in it, the next column will have a "y" or "N" want a formula to take date in first column and if "y" in second column will calculate days to the current day that you open spread sheet. want the answer to be on a second sheet not the sheet the info is on. and same information for the "N" but in second column on the same sheet as the "Y" result thanks for the help |
#2
|
||||
|
||||
![]()
Suppose your date and Y/N are on Sheet1, in cells A1 & B1, respectively. On the second sheet, insert the formula:
=IF(Sheet1!B1="Y",TODAY()-Sheet1!A1,"") into the cell where you want the 'Y' value to appear and , insert the formula: =IF(Sheet1!B1="N",TODAY()-Sheet1!A1,"") into the cell where you want the 'N' value to appear.
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
caz46 | Excel | 3 | 04-15-2015 08:59 AM |
Formula challenge 3 criteria | JMC44 | Excel Programming | 0 | 04-04-2015 07:38 PM |
If Function Challenge involving date | no1texan | Excel | 6 | 07-15-2012 12:58 PM |
![]() |
MPAVLAS | Excel | 3 | 08-12-2010 10:04 PM |
Date format always interpreted as a formula | Butch Jackman | Excel | 1 | 02-14-2006 11:27 AM |