Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default No return for formula

Using formula - =if($f5"0",f5-e5,"") returns no response.

trying to get the difference b etwwen 2 dates where "F" column is day
vehicle left and "E" column is day vehicle arrived.

Is my formula wrong?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 193
Default No return for formula

Try removing the quotation marks from around 0
=if($f50,f5-e5,"")

"MPAVLAS" wrote:

Using formula - =if($f5"0",f5-e5,"") returns no response.

trying to get the difference b etwwen 2 dates where "F" column is day
vehicle left and "E" column is day vehicle arrived.

Is my formula wrong?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,480
Default No return for formula

Hi

I think you need
=IF($F50,F5-E5,"")
Format the cell as General.
From your description, I'm not sure which is the later date.
As long a column F is later than column E, then it will be fine. Otherwise
you will need to reverse the calculation.

--
Regards
Roger Govier



"MPAVLAS" wrote in message
...
Using formula - =if($f5"0",f5-e5,"") returns no response.

trying to get the difference b etwwen 2 dates where "F" column is day
vehicle left and "E" column is day vehicle arrived.

Is my formula wrong?



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
Formula to Return Last Non-Zero Value in Row Ken Hudson Excel Worksheet Functions 4 November 15th 06 05:31 AM
I Need a Formula to return a zero value Matt Excel Worksheet Functions 1 October 25th 06 08:19 AM
Why does my formula return zero? was Excel Discussion (Misc queries) 11 May 26th 05 09:49 PM
Date formula...help with return on formula Juco Excel Worksheet Functions 2 January 28th 05 09:28 PM
I need help with way to return 0 or N/A to a formula Marc New Users to Excel 3 December 2nd 04 10:13 PM


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