Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default IF functionality, Logical Test = Nonbalnk Cell


I have a spreadsheet that holds design proiducts that have been or need to
be closed out. I'm looking to count the number of days these taken to close
by subtracting the date opened from the date closed or for the currently open
ones subtracting todays date from the date opened.

For closed item I use: ex "=DAYS360(M2,F2)" (M2 = date opened, F2 = date
closed)
For open items: "=DAYS360(TODAY()-F2)"

I have to use updated data each week for this and would like to streamline
the updating by using and IF function for each count.

My question is how do I cont non-blank cells for a logical test in an IF
function.
Example for closed items:
=IF(M2="*?",M2-F2,""), this returns a blank or whatever I have for the FALSE
return. How do return a TRUE condition for when a date is in cell M@?

Thanks,

-bob

PS..sorry for the long explanation
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,624
Default IF functionality, Logical Test = Nonbalnk Cell

One way:

=IF(M2<"",M2-F2,"")

In article ,
Reebis wrote:

I have a spreadsheet that holds design proiducts that have been or need to
be closed out. I'm looking to count the number of days these taken to close
by subtracting the date opened from the date closed or for the currently open
ones subtracting todays date from the date opened.

For closed item I use: ex "=DAYS360(M2,F2)" (M2 = date opened, F2 = date
closed)
For open items: "=DAYS360(TODAY()-F2)"

I have to use updated data each week for this and would like to streamline
the updating by using and IF function for each count.

My question is how do I cont non-blank cells for a logical test in an IF
function.
Example for closed items:
=IF(M2="*?",M2-F2,""), this returns a blank or whatever I have for the FALSE
return. How do return a TRUE condition for when a date is in cell M@?

Thanks,

-bob

PS..sorry for the long explanation

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
logical test Ron Coderre Excel Worksheet Functions 0 August 7th 06 08:02 PM
Logical Test comparison using cell color chamuko Excel Discussion (Misc queries) 2 November 9th 05 03:09 AM
logical test for each and every cell in range matt Excel Discussion (Misc queries) 4 September 16th 05 06:11 AM
=IF logical test to search only part of a cell Robbie in Houston Excel Worksheet Functions 2 March 5th 05 05:09 AM
Logical test Sooraj Excel Discussion (Misc queries) 2 January 25th 05 12:59 PM


All times are GMT +1. The time now is 07:02 PM.

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

About Us

"It's about Microsoft Excel"