#1   Report Post  
Posted to microsoft.public.excel.misc
sunderland27
 
Posts: n/a
Default current date formula

i want to be able to have the current date populate a field when another
field is select "no". can anyone help?
  #2   Report Post  
Posted to microsoft.public.excel.misc
Gary''s Student
 
Posts: n/a
Default current date formula

=IF(A1="no",TODAY(),"")
--
Gary''s Student


"sunderland27" wrote:

i want to be able to have the current date populate a field when another
field is select "no". can anyone help?

  #3   Report Post  
Posted to microsoft.public.excel.misc
Chip Pearson
 
Posts: n/a
Default current date formula

Try a formula in the destination cell like

=IF(A1="no",TODAY(),"")


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"sunderland27" wrote in
message
...
i want to be able to have the current date populate a field when
another
field is select "no". can anyone help?



  #4   Report Post  
Posted to microsoft.public.excel.misc
sunderland27
 
Posts: n/a
Default current date formula

do i put anything in TODAY (?)

"Gary''s Student" wrote:

=IF(A1="no",TODAY(),"")
--
Gary''s Student


"sunderland27" wrote:

i want to be able to have the current date populate a field when another
field is select "no". can anyone help?

  #5   Report Post  
Posted to microsoft.public.excel.misc
Chip Pearson
 
Posts: n/a
Default current date formula

do i put anything in TODAY (?)

No. The TODAY() function takes no arguments and returns the
current date.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com



"sunderland27" wrote in
message
...
do i put anything in TODAY (?)

"Gary''s Student" wrote:

=IF(A1="no",TODAY(),"")
--
Gary''s Student


"sunderland27" wrote:

i want to be able to have the current date populate a field
when another
field is select "no". can anyone help?





  #6   Report Post  
Posted to microsoft.public.excel.misc
sunderland27
 
Posts: n/a
Default current date formula

when i typed in the formula, i got a date "38817"

"Gary''s Student" wrote:

=IF(A1="no",TODAY(),"")
--
Gary''s Student


"sunderland27" wrote:

i want to be able to have the current date populate a field when another
field is select "no". can anyone help?

  #7   Report Post  
Posted to microsoft.public.excel.misc
Gary''s Student
 
Posts: n/a
Default current date formula

No, TODAY() needs no argument.

HOWEVER...be sure to format the cell as date, otherwise you will see:
38817


(sorry I didn't warn you)
--
Gary's Student


"sunderland27" wrote:

do i put anything in TODAY (?)

"Gary''s Student" wrote:

=IF(A1="no",TODAY(),"")
--
Gary''s Student


"sunderland27" wrote:

i want to be able to have the current date populate a field when another
field is select "no". can anyone help?

  #8   Report Post  
Posted to microsoft.public.excel.misc
Chip Pearson
 
Posts: n/a
Default current date formula

when i typed in the formula, i got a date "38817"

That is the date serial number (the way Excel internally stores
dates, the number of days since 0-Jan-1900). Format the cell for
Date and all will be right in your world.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com



"sunderland27" wrote in
message
...
when i typed in the formula, i got a date "38817"

"Gary''s Student" wrote:

=IF(A1="no",TODAY(),"")
--
Gary''s Student


"sunderland27" wrote:

i want to be able to have the current date populate a field
when another
field is select "no". can anyone help?



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Dynamic Range with unused formula messing up x axis on dynamic graph [email protected] Charts and Charting in Excel 2 February 2nd 06 08:02 PM
Trending Formula Results by Date sony654 Excel Worksheet Functions 0 January 2nd 06 02:33 AM
formula for filtering and a defaulting date Sue Excel Worksheet Functions 3 July 26th 05 02:18 PM
formula IF returning current date diane Excel Worksheet Functions 1 March 10th 05 06:54 AM
How do I add a date formula to a cell but hide the contents with . Emzy Wemzy Excel Discussion (Misc queries) 2 December 12th 04 01:48 PM


All times are GMT +1. The time now is 01:11 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"