Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 71
Default Quick formula help please

Have I missed something here?
=IF(E130,"early",E13<0,"late")

Cheers!!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 89
Default Quick formula help please

=IF(E130,"Early",if(E13=0,"","late")



"Norm" wrote:

Have I missed something here?
=IF(E130,"early",E13<0,"late")

Cheers!!

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 71
Default Quick formula help please

Thanks,
E13 is a time value.. if E13 has a value of 12:30 and early is before 12:00
and late is after 12:45 and 12:00 to 12:45 is On Time how would I formula
this?
Cheers!!

"Norm" wrote:

Have I missed something here?
=IF(E130,"early",E13<0,"late")

Cheers!!

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,651
Default Quick formula help please

On Wed, 19 May 2010 10:14:10 -0700, Norm
wrote:

Have I missed something here?
=IF(E130,"early",E13<0,"late")

Cheers!!


=if(e130,"early",if(e13<0,"late","on time"))
--ron
  #5   Report Post  
Senior Member
 
Location: Hyderabad
Posts: 237
Thumbs up

Quote:
Originally Posted by Ron Rosenfeld View Post
On Wed, 19 May 2010 10:14:10 -0700, Norm
wrote:

Have I missed something here?
=IF(E130,"early",E13<0,"late")

Cheers!!


=if(e130,"early",if(e13<0,"late","on time"))
--ron
=if(istext(e13),"Non Numeric value",if(e130,"early",if(e13<0,"late","on time")))


all the best
__________________
Thanks
Bala


  #6   Report Post  
Senior Member
 
Location: Hyderabad
Posts: 237
Thumbs up

Quote:
Originally Posted by Ron Rosenfeld View Post
On Wed, 19 May 2010 10:14:10 -0700, Norm
wrote:

Have I missed something here?
=IF(E130,"early",E13<0,"late")

Cheers!!


=if(e130,"early",if(e13<0,"late","on time"))
--ron
=if(istext(e13),"Non Numeric value",if(e130,"early",if(e13<0,"late","on time")))

istext verify whether content in e13 is numeric or text.

all the best
__________________
Thanks
Bala
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
Help with a quick formula? [email protected] Excel Discussion (Misc queries) 1 June 8th 07 10:41 PM
Quick formula Scooter Excel Discussion (Misc queries) 4 May 29th 07 04:40 PM
quick key to go to formula bar steveb New Users to Excel 6 July 25th 06 04:11 AM
I need help quick! Formula Cherry Excel Worksheet Functions 7 September 2nd 05 10:03 PM
Quick formula question jjjam Excel Worksheet Functions 8 July 8th 05 04:47 AM


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