Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 55
Default Increase cell B by one for every 3 in cell A up to 50?

I have nested a IF formula but since i can only nest 7, i need another way to
get the same results but going to 50 in cell A. Can someone help? Here is
my current IF statement.
=IF(P2=3,IF(P2=6,IF(P2=9,IF(P2=12,IF(P2=15,IF (P2=18,IF(P2=21,IF(P2=24,8,"7"),"6"),"5"),"4"), "3"),"2"),"1"),"0")
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,240
Default Increase cell B by one for every 3 in cell A up to 50?

Frustrated wrote:
I have nested a IF formula but since i can only nest 7, i need another way to
get the same results but going to 50 in cell A. Can someone help? Here is
my current IF statement.
=IF(P2=3,IF(P2=6,IF(P2=9,IF(P2=12,IF(P2=15,IF (P2=18,IF(P2=21,IF(P2=24,8,"7"),"6"),"5"),"4"), "3"),"2"),"1"),"0")



=INT(P2/3)
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default Increase cell B by one for every 3 in cell A up to 50?

Will this work for your conditionss

=FLOOR(P2,3)/3

If this post helps click Yes
---------------
Jacob Skaria


"Frustrated" wrote:

I have nested a IF formula but since i can only nest 7, i need another way to
get the same results but going to 50 in cell A. Can someone help? Here is
my current IF statement.
=IF(P2=3,IF(P2=6,IF(P2=9,IF(P2=12,IF(P2=15,IF (P2=18,IF(P2=21,IF(P2=24,8,"7"),"6"),"5"),"4"), "3"),"2"),"1"),"0")

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default Increase cell B by one for every 3 in cell A up to 50?

Other contributors have given suggestions, but did you really intend the 8
to be a number and the 7, 6, 5, 4, ..., 0 each to be a text string?
If this was not your intention, be careful about scateering quote marks
around your formula.
--
David Biddulph

"Frustrated" wrote in message
...
I have nested a IF formula but since i can only nest 7, i need another way
to
get the same results but going to 50 in cell A. Can someone help? Here
is
my current IF statement.
=IF(P2=3,IF(P2=6,IF(P2=9,IF(P2=12,IF(P2=15,IF (P2=18,IF(P2=21,IF(P2=24,8,"7"),"6"),"5"),"4"), "3"),"2"),"1"),"0")



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
Increase a cell by 1.3% [email protected][_2_] New Users to Excel 2 August 20th 08 10:21 PM
How can I increase value in one cell as value in other decreases? Liz Parkes New Users to Excel 5 November 22nd 07 01:03 PM
Number in cell increase with increase in font size. Value increases with increase in font.[_2_] Excel Discussion (Misc queries) 2 August 9th 07 01:58 PM
HOW DO COPY A CELL BUT INCREASE ITS REFERENCE BY TWO CELL POSITIO. Crusty Excel Discussion (Misc queries) 1 May 29th 07 05:59 PM
increase cell value Hottshot8226 Excel Discussion (Misc queries) 1 October 31st 06 06:30 PM


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