#1   Report Post  
WannaKooky
 
Posts: n/a
Default No value entered


I written a gradebook type of sheet.
However, it's calculating cells with no data as zero (0) and I want the
formula to avoid calculating a cell unless it has data.
Example

(for G5) =IF(G4=0,4,IF(G4=1,2,IF(G41,0)))

I want it where only G4 is calculated when it has a value entered.

Thanks.


--
WannaKooky
------------------------------------------------------------------------
WannaKooky's Profile: http://www.excelforum.com/member.php...o&userid=15934
View this thread: http://www.excelforum.com/showthread...hreadid=274153

  #2   Report Post  
SteveG
 
Posts: n/a
Default


Hello,
Assuming that you wish G5 to display no information if your other
conditions are not true you can try this.

=IF(G4="","",IF(G4=0,4,IF(G4=1,2,IF(G41,0))))

Regards,

SteveG


--
SteveG
------------------------------------------------------------------------
SteveG's Profile: http://www.excelforum.com/member.php...fo&userid=7571
View this thread: http://www.excelforum.com/showthread...hreadid=274153

  #3   Report Post  
Avner
 
Posts: n/a
Default


You can also use:

=if(isblank(G4),"",if(G4.....))

avner


--
Avner
------------------------------------------------------------------------
Avner's Profile: http://www.excelforum.com/member.php...fo&userid=5078
View this thread: http://www.excelforum.com/showthread...hreadid=274153

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
in excel why do numbers entered get divided by 100? roger bemused Excel Discussion (Misc queries) 1 December 4th 04 01:05 AM
If both dates are entered into a cell then answer is yes Teresa Warne Excel Worksheet Functions 2 October 30th 04 02:56 PM
How do I automatically shade cells depending on data entered? Jim Johnson Excel Worksheet Functions 6 October 29th 04 07:01 PM
Need to find Min value based on date range entered Chad S Excel Worksheet Functions 0 October 28th 04 08:03 PM
Need to find Min value based on date range entered Chad S Excel Worksheet Functions 1 October 28th 04 09:52 AM


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