Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
rvnwdr
 
Posts: n/a
Default adding equal/greater than into formula


Hi. This is relatively simple. I have the following existing formula
in a spreadsheet:
=IF(G9=F9,"",IF(H910/24,16,IF(H95/24,8,0)))

Now - I would like it to calculate 8 if H9 is equal or greater than 5

Any sugestions?


--
rvnwdr
------------------------------------------------------------------------
rvnwdr's Profile: http://www.excelforum.com/member.php...o&userid=23903
View this thread: http://www.excelforum.com/showthread...hreadid=470359

  #2   Report Post  
JE McGimpsey
 
Posts: n/a
Default

One way:

=IF(G9=F9,"",IF(H910/24,16,IF(H9=5/24,8,0)))

Another:

=IF(G9=F9,"",8*((H9=5/24)+(H910/24)))



In article ,
rvnwdr wrote:

Hi. This is relatively simple. I have the following existing formula
in a spreadsheet:
=IF(G9=F9,"",IF(H910/24,16,IF(H95/24,8,0)))

Now - I would like it to calculate 8 if H9 is equal or greater than 5

Any sugestions?

  #3   Report Post  
Flintstone
 
Posts: n/a
Default


=if(g9=f9,"",if(h910/24,16,if(h9=5/24,8,0)))


--
Flintstone
------------------------------------------------------------------------
Flintstone's Profile: http://www.excelforum.com/member.php...o&userid=15310
View this thread: http://www.excelforum.com/showthread...hreadid=470359

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 works in some cells, doesn't in other Wowbagger New Users to Excel 13 June 30th 05 03:21 PM
adding a formula in a cell but when cell = 0 cell is blank Mike T Excel Worksheet Functions 5 May 31st 05 01:08 AM
Formula for adding a comma in front of text in a cell Shelley Excel Worksheet Functions 4 April 18th 05 04:34 PM
Formula help : adding Niki New Users to Excel 3 March 24th 05 06:43 AM
adding two sumproduct formulas together ski2004_2005 Excel Worksheet Functions 1 November 12th 04 09:08 PM


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