#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 108
Default Question about IF

Hi,

If I have a number X and I want to apply and IF the number X 1000 and <
2000,

How do I implement that in the formula
Because IF(X1000<2000;"") wont work,

help please

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Question about IF

use this:
=IF(A1<1001,"Nope",(IF(A1<2000,"Yippee","Nope")))

There mught be an easier way but this will work

"juanpablo" wrote:

Hi,

If I have a number X and I want to apply and IF the number X 1000 and <
2000,

How do I implement that in the formula
Because IF(X1000<2000;"") wont work,

help please

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 142
Default Question about IF

If X is in A1
then try"

=IF(A1=2000,"LARGE",IF(A1<=1000,"SMALL","OK"))

"juanpablo" wrote:

Hi,

If I have a number X and I want to apply and IF the number X 1000 and <
2000,

How do I implement that in the formula
Because IF(X1000<2000;"") wont work,

help please

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,651
Default Question about IF

On Thu, 19 Apr 2007 08:26:00 -0700, juanpablo
wrote:

Hi,

If I have a number X and I want to apply and IF the number X 1000 and <
2000,

How do I implement that in the formula
Because IF(X1000<2000;"") wont work,

help please


=IF(AND(X1000,X<2000);...)
--ron
  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 108
Default Question about IF

Thanks a Lot, I did a mix of If(and(

It worked!

JP

"Ron Rosenfeld" wrote:

On Thu, 19 Apr 2007 08:26:00 -0700, juanpablo
wrote:

Hi,

If I have a number X and I want to apply and IF the number X 1000 and <
2000,

How do I implement that in the formula
Because IF(X1000<2000;"") wont work,

help please


=IF(AND(X1000,X<2000);...)
--ron

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
Have a Big Question Art[_2_] Excel Discussion (Misc queries) 2 February 20th 07 10:04 PM
Newbie Question - Subtraction Formula Question [email protected] Excel Discussion (Misc queries) 3 May 5th 06 05:50 PM
The question is an excel question that I need to figure out howto do in excel. Terry Excel Worksheet Functions 3 January 23rd 06 06:22 PM
if (and) question AmyTaylor Excel Worksheet Functions 5 October 2nd 05 02:07 PM
Another question for Jon Wazooli Charts and Charting in Excel 1 March 26th 05 06:57 AM


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