Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Help with Edate Formula

I'm trying to set up a date formula generating a date in Column E,
based on dates in Columns A & B.
Col. E is supposed to be 15 months after Column A+60 days, or Column
B, depending on which date is the earlier.
I set up a formula at the office, but when Column B is empty, there's
a 1900 date in Column D and I'd like to have that Column blank until
there are values in Column B.
Any ideas.?


Israel Rodriguez

http://home.earthlink.net/~isrodriguez7/


  #2   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.programming
external usenet poster
 
Posts: 162
Default Help with Edate Formula

Hi Israel!

Here's the basic structu
=IF(B1="","",YourFormula)

--
Regards
Norman Harker MVP (Excel)
Sydney, Australia

Excel and Word Function Lists (Classifications, Syntax and Arguments)
available free to good homes.


  #3   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Help with Edate Formula

On Tue, 27 Jan 2004 16:58:13 +1100, "Norman Harker"
wrote:

Hi Israel!

Here's the basic structu
=IF(B1="","",YourFormula)


I tried it but it didn't work.
My original formula was:
=IF(F3+60<=G3,edate(F3,15),edate(G3,15))



Israel Rodriguez

http://home.earthlink.net/~isrodriguez7/


  #4   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.programming
external usenet poster
 
Posts: 162
Default Help with Edate Formula

Hi Israel!

If it's F3 that's possibly empty:

=IF(F3="","",IF(F3+60<=G3,edate(F3,15),edate(G3,15 )))

If it's G3 that's possibly empty:

=IF(G3="","",IF(F3+60<=G3,edate(F3,15),edate(G3,15 )))

If you want to cover either F3 or F3 being empty:

=IF(COUNTA(F3:G3)<2,IF(F3+60<=G3,edate(F3,15),edat e(G3,15)))


--
Regards
Norman Harker MVP (Excel)
Sydney, Australia

Excel and Word Function Lists (Classifications, Syntax and Arguments)
available free to good homes.


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
No Analysis Tool Pack=EDATE formula not working! HELP!! Danny Boy Excel Worksheet Functions 9 January 5th 09 09:50 PM
If Array EDATE formula help SCrowley Excel Worksheet Functions 7 September 9th 08 07:59 AM
EDATE does not work Wiley Excel Discussion (Misc queries) 5 August 4th 06 07:08 PM
Edate Formula ROSE2102 Excel Discussion (Misc queries) 2 January 20th 06 06:47 PM
EDATE Droodhall Excel Worksheet Functions 2 August 31st 05 05:29 PM


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