Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 20
Default IF STATEMENT, GREATER THEN 0 ADD ANOTHER CELLS AMOUNT

Hi,

I am trying to get a if statement that if the cells value is greater then
zero, it will add another cells value.

example :IF A2 0, then the value in A6 , add the valueor A6 to the value in
A2.
Any help would be great.


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 46
Default IF STATEMENT, GREATER THEN 0 ADD ANOTHER CELLS AMOUNT

If I understand you correctly, something like this should work.

Place value in A2, Place other value in A6
Say you want your formula in B2.

Then contents of B2 is =IF(A2<0,A2+A6,A2)




"Karine" wrote:

Hi,

I am trying to get a if statement that if the cells value is greater then
zero, it will add another cells value.

example :IF A2 0, then the value in A6 , add the valueor A6 to the value in
A2.
Any help would be great.


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 46
Default IF STATEMENT, GREATER THEN 0 ADD ANOTHER CELLS AMOUNT

Instead of <, use . Misread your formula.

"Karine" wrote:

Hi,

I am trying to get a if statement that if the cells value is greater then
zero, it will add another cells value.

example :IF A2 0, then the value in A6 , add the valueor A6 to the value in
A2.
Any help would be great.


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
Greater of Two Cells Simon y Glog Excel Worksheet Functions 0 August 1st 07 02:24 PM
How to have an error popup once range cell amount is greater than Daniel Bunt Excel Discussion (Misc queries) 2 January 27th 07 02:58 PM
Nested If statement to find greater than but less than numbers Aaron Excel Worksheet Functions 3 November 10th 06 03:14 AM
need to add a group of cells if greater than 30 and less than 60 Alex Excel Discussion (Misc queries) 2 June 24th 06 06:27 PM
Count non-contiguous cells where value is greater than 0 anre5180 Excel Worksheet Functions 2 February 22nd 06 01:12 PM


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