A Microsoft Office (Excel, Word) forum. OfficeFrustration

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. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

How do I create a formula to add to a cell value, up to a set maxi



 
 
Thread Tools Display Modes
  #1  
Old August 6th, 2008, 01:36 PM posted to microsoft.public.excel.worksheet.functions
JWmadrid
external usenet poster
 
Posts: 1
Default How do I create a formula to add to a cell value, up to a set maxi

Hi,

Am having problems creating a formula, although I'm sure its fairly straight
froward!

I need to create a formula in cell b1 that will check the value of cell a1
and if it is less then 10, I need it to add 1 to the value.

Can anyone advise?
  #2  
Old August 6th, 2008, 01:43 PM posted to microsoft.public.excel.worksheet.functions
Gary''s Student
external usenet poster
 
Posts: 7,584
Default How do I create a formula to add to a cell value, up to a set maxi

=IF(A110,A1+1,"whatever")
--
Gary''s Student - gsnu200798
  #3  
Old August 6th, 2008, 01:49 PM posted to microsoft.public.excel.worksheet.functions
Matt Richardson
external usenet poster
 
Posts: 58
Default How do I create a formula to add to a cell value, up to a setmaxi

On Aug 6, 1:36 pm, JWmadrid
wrote:
Hi,

Am having problems creating a formula, although I'm sure its fairly straight
froward!

I need to create a formula in cell b1 that will check the value of cell a1
and if it is less then 10, I need it to add 1 to the value.

Can anyone advise?


The formula you need in B1 would look like this:-

=IF(A110,A1+1,A1)

This simple IF function will check if the value is less than ten and
will add one to it if it is. If not it will simply return the value
in A1.

Hope this helps,
Mat
http://teachr.blogspot.com
  #4  
Old August 6th, 2008, 02:13 PM posted to microsoft.public.excel.worksheet.functions
Glenn[_6_]
external usenet poster
 
Posts: 1,245
Default How do I create a formula to add to a cell value, up to a setmaxi

JWmadrid wrote:
Hi,

Am having problems creating a formula, although I'm sure its fairly straight
froward!

I need to create a formula in cell b1 that will check the value of cell a1
and if it is less then 10, I need it to add 1 to the value.

Can anyone advise?


Or how about this?

=A1+(A110)
 




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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 07:46 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.