#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 273
Default formula problem

I am trying to create a formula that checks the value of h7 if it is <16
then h5 = 0 else h5 =sum(c43:m43)
can anyone help? thanks
--
Gary
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default formula problem

Formulas return values to the cells that contain them.

So this formula has to go into H5:

=if(h7<16,0,sum(c43:m43))



Gary wrote:

I am trying to create a formula that checks the value of h7 if it is <16
then h5 = 0 else h5 =sum(c43:m43)
can anyone help? thanks
--
Gary


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,358
Default formula problem

H5: =(H7=16)*SUM(C43:M43)
--
** John C **

"Gary" wrote:

I am trying to create a formula that checks the value of h7 if it is <16
then h5 = 0 else h5 =sum(c43:m43)
can anyone help? thanks
--
Gary

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 168
Default formula problem

Hi Gary,

Put this in H5
=IF(H7<16,0,SUM(C43:M43))

HTH
Martin


"Gary" wrote in message
...
I am trying to create a formula that checks the value of h7 if it is <16
then h5 = 0 else h5 =sum(c43:m43)
can anyone help? thanks
--
Gary



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 273
Default formula problem

works great thanks
--
Gary


"John C" wrote:

H5: =(H7=16)*SUM(C43:M43)
--
** John C **

"Gary" wrote:

I am trying to create a formula that checks the value of h7 if it is <16
then h5 = 0 else h5 =sum(c43:m43)
can anyone help? thanks
--
Gary

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 problem GVegas Excel Worksheet Functions 2 May 7th 08 08:35 PM
Formula problem Joyce Excel Worksheet Functions 2 May 7th 08 07:22 PM
Formula Problem YB Girl Excel Discussion (Misc queries) 2 February 15th 08 08:44 PM
Formula problem Nancy E Excel Discussion (Misc queries) 4 May 11th 07 06:47 PM
Problem with formula numerion Excel Worksheet Functions 5 July 5th 05 11:06 PM


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