Ask Experts Questions for FREE Help !
Ask
    wa3nwl's Avatar
    wa3nwl Posts: 1, Reputation: 1
    New Member
     
    #1

    Apr 6, 2009, 01:18 PM
    Nesting If Function
    I have a formula that I am using in Excel 2007 to indicate whether a person was contacted (Column V) and the date on which they were contacted (Column W). I do not want it to overwrite an existing date nor do I want it to change every date to the Today() date in previously entered cells. My current statement looks like this:=IF(V4="Y",TODAY(), "Not Yet"). The formula is in Cell W4 looking to Column V cells for validation which contains either a Y or an N. I can not figure out how to prevent it from overwriting all of the cells in the W column which already contain dates or cells that have a Y in column V I also can not prevent all of the cell dates from changing to the Today date when entering a Y (data validated) into any other cell in Column V. . How can I alter the formula to only enter the today() date into a cell that is blank and not overwrite cells that already contain dates in Column W.
    JBeaucaire's Avatar
    JBeaucaire Posts: 5,426, Reputation: 997
    Software Expert
     
    #2

    Apr 6, 2009, 04:41 PM

    Are you asking how you can enter a formula in column W without changing any dates that are there already? That would require VBA.

    Your column W currently uses the sample formula?:
    =IF(V4="Y",TODAY(), "Not Yet")

    The only possible result of that formula is "Not Yet" and "today's date". So you will need a whole new formula, and any formula you use WILL replace anything else already there.

    You should step back from your sheet for a moment and tell us briefly what the goal is, not the process. Simplest of all would be to post up a workbook with a before/after mockup of what you're trying to accomplish. Show us 5-10 rows of current data, then what you'd LIKE it to look like and then explain that.

    That will be much clearer, I think, especially after we see your columns and the titles of those columns and get a clear view of the task at hand.

Not your question? Ask your question View similar questions

 

Question Tools Search this Question
Search this Question:

Advanced Search

Add your answer here.


Check out some similar questions!

Budgie nesting box [ 5 Answers ]

Hi I have an aviary and I have some questions. 1/ does the nesting box have to be hang up, or can it just be put on top of anything? 2/ how long till my birds get used to the new avairy? Thanks and best regards, Wagdi

Nesting Syndrome [ 2 Answers ]

Ok so as many of you know I am 23 weeks pregnant with my third child, this pregnancy has had a lot of ups and downs (bleeding about five times during the first trimester, now placentia previa in the second) I can only imagine what the third trimester will bring. But, I thought I would take a few...

Nesting IF functions and formulas [ 1 Answers ]

Hi, am a newby to this forum and have a problem. Am working on a payroll spreadsheet for a friend's business using If functions and have exceeded the seven it allows so am trying to break it out into formulas-which have forgotten how to do. Can somebody help? Thank you. scakya

Nesting Bald Eagles [ 2 Answers ]

Kennedy Space Center Eagles KSC has quite a few pairs of nesting Bald Eagles. The most famous is a pair that return every year to nest in a pine tree about half way between the Vehicle Assembly Building (a massively huge structure) and Kennedy Parkway. Every year the KSC photography contractor...


View more questions Search