Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 6
Default How do I make a formula calculating all cells after a certain date

I would like to make a formula if A2 contains a date after Oct 1 2006, then
multiply B2 by 2, how do I do it?

Thanks a lot

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 709
Default How do I make a formula calculating all cells after a certain date

Mottyb, here is one way,
=IF(A2DATEVALUE("10/01/2006"),B2*2,"")

--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003

"Mottyb" wrote in message
...
I would like to make a formula if A2 contains a date after Oct 1 2006, then
multiply B2 by 2, how do I do it?

Thanks a lot



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 6
Default How do I make a formula calculating all cells after a certain

Thanks a million it works great. Special thanks for the quick response.

"Paul B" wrote:

Mottyb, here is one way,
=IF(A2DATEVALUE("10/01/2006"),B2*2,"")

--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003

"Mottyb" wrote in message
...
I would like to make a formula if A2 contains a date after Oct 1 2006, then
multiply B2 by 2, how do I do it?

Thanks a lot




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 709
Default How do I make a formula calculating all cells after a certain

Your welcome

--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003

"Mottyb" wrote in message
...
Thanks a million it works great. Special thanks for the quick response.

"Paul B" wrote:

Mottyb, here is one way,
=IF(A2DATEVALUE("10/01/2006"),B2*2,"")

--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003

"Mottyb" wrote in message
...
I would like to make a formula if A2 contains a date after Oct 1 2006,
then
multiply B2 by 2, how do I do it?

Thanks a lot






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
How do I set up a formula for calculating an expiration date? Pizano3 Excel Worksheet Functions 2 March 12th 07 08:37 PM
FORMULA FOR CALCULATING YEARS, DAYS, & MONTHS BETWEEN SEVERAL DATE Sam Excel Discussion (Misc queries) 3 June 28th 06 10:34 PM
Formula for Calculating a Floating Date ksp Excel Worksheet Functions 3 August 23rd 05 12:29 PM
formula for calculating # of days between 2 cells Lois Excel Worksheet Functions 5 March 31st 05 07:47 PM
Calculating current age from 2 date cells dhealy Excel Worksheet Functions 1 January 19th 05 04:50 PM


All times are GMT +1. The time now is 02:28 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"