Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default require a change in formula


Hi,

I am currently using a formula
=IF(I11<TIME(14,0,0),100%,0%) find the the % and whether the job is
done before 14:00

problem is when i dont enter any data also it shows 100% which is
affecting my chart. I need the formula to calculate only when i enter
data in the relevant field.

can any one help me in this issue.


--
Sathisc
------------------------------------------------------------------------
Sathisc's Profile: http://www.thecodecage.com/forumz/member.php?userid=187
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=93305

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,572
Default require a change in formula

Try this:

=IF(AND(I11<"",I11<TIME(14,0,0)),100%,0%)
--

HTH,

RD
================================================== ===
Please keep all correspondence within the Group, so all may benefit!
================================================== ===


"Sathisc" wrote in message
...

Hi,

I am currently using a formula
=IF(I11<TIME(14,0,0),100%,0%) find the the % and whether the job is
done before 14:00

problem is when i dont enter any data also it shows 100% which is
affecting my chart. I need the formula to calculate only when i enter
data in the relevant field.

can any one help me in this issue.


--
Sathisc
------------------------------------------------------------------------
Sathisc's Profile: http://www.thecodecage.com/forumz/member.php?userid=187
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=93305


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,389
Default require a change in formula

Try it this way:

=if(i11="","",if(i11<time(14,0,0),100%,0%))

or, shorter:
=if(i11="","",if(i11<--"14:00",1,0))

Regards,
Fred.

"Sathisc" wrote in message
...

Hi,

I am currently using a formula
=IF(I11<TIME(14,0,0),100%,0%) find the the % and whether the job is
done before 14:00

problem is when i dont enter any data also it shows 100% which is
affecting my chart. I need the formula to calculate only when i enter
data in the relevant field.

can any one help me in this issue.


--
Sathisc
------------------------------------------------------------------------
Sathisc's Profile: http://www.thecodecage.com/forumz/member.php?userid=187
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=93305


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default require a change in formula


Thanks guys


--
Sathisc
------------------------------------------------------------------------
Sathisc's Profile: http://www.thecodecage.com/forumz/member.php?userid=187
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=93305

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default require a change in formula


Glad we could be of help!


--
Pecoflyer

Cheers -
------------------------------------------------------------------------
Pecoflyer's Profile: http://www.thecodecage.com/forumz/member.php?userid=14
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=93305

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
Require a Formula to caluclate the date Raj Excel Discussion (Misc queries) 1 April 6th 09 08:16 AM
Excel Chart - Require a Formula [email protected] Excel Worksheet Functions 2 April 4th 07 03:22 AM
help is require with this craig@help Excel Worksheet Functions 2 July 17th 06 12:12 PM
trying to create a formula and require help. Amste Excel Worksheet Functions 3 January 24th 06 08:25 PM
Does what I'm trying to do require programming? QCEinMS Excel Discussion (Misc queries) 1 February 17th 05 11:23 PM


All times are GMT +1. The time now is 01:36 AM.

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"