Welcome to the Excel Forum

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed.

Please Register to Remove these Ads

Please Register to Remove these Ads



Reply
  #1  
Old 09-23-2005, 04:51 PM
rvnwdr rvnwdr is offline
Registered User
 
Join Date: 31 May 2005
Posts: 13
rvnwdr is becoming part of the community
Smile adding equal/greater than into formula

Please Register to Remove these Ads

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

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

Any sugestions?
Reply With Quote
  #2  
Old 09-23-2005, 05:47 PM
Flintstone Flintstone is offline
Valued Forum Contributor
 
Join Date: 14 Oct 2004
Location: San Diego, CA
Posts: 213
Flintstone is becoming part of the community
=if(g9=f9,"",if(h9>10/24,16,if(h9>=5/24,8,0)))
Reply With Quote
  #3  
Old 09-23-2005, 06:05 PM
JE McGimpsey
Guest
 
Posts: n/a
Re: adding equal/greater than into formula

One way:

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

Another:

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



In article <rvnwdr.1vtyaa_1127509503.6521@excelforum-nospam.com>,
rvnwdr <rvnwdr.1vtyaa_1127509503.6521@excelforum-nospam.com> wrote:

> Hi. This is relatively simple. I have the following existing formula
> in a spreadsheet:
> =IF(G9=F9,"",IF(H9>10/24,16,IF(H9>5/24,8,0)))
>
> Now - I would like it to calculate 8 if H9 is equal or greater than 5
>
> Any sugestions?

Reply With Quote


Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Forum Jump