#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Formula

I want create formula, =IF A1<100*.8, IF A1<200*.6, IF A1 <300*.5.
And where is the less than/ equal sign at?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default Formula

Hi,

If statements take the form of

=if(a1=somthing,do this if true,do this if false)

If you tell us what the true and false conditions evaluate as then someone
will help

Less then equal to is done using =

Mike

"knight" wrote:

I want create formula, =IF A1<100*.8, IF A1<200*.6, IF A1 <300*.5.
And where is the less than/ equal sign at?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default Formula

or

<=

for less then = to

"knight" wrote:

I want create formula, =IF A1<100*.8, IF A1<200*.6, IF A1 <300*.5.
And where is the less than/ equal sign at?

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Formula

Thanks for responding so quickly, Mike. This is for a sales report where in
the column I input a material # in say, A1. I then want column A2 to
calculate that if the # in A1 is < $100 then multiply by .8, if A1 is < $200
multiple by .6. This way it computes my mark up.

"Mike H" wrote:

Hi,

If statements take the form of

=if(a1=somthing,do this if true,do this if false)

If you tell us what the true and false conditions evaluate as then someone
will help

Less then equal to is done using =

Mike

"knight" wrote:

I want create formula, =IF A1<100*.8, IF A1<200*.6, IF A1 <300*.5.
And where is the less than/ equal sign at?

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default Formula

Perhaps

=IF(A1<=100,A1*1.06,IF(A1<=200,A1*1.08,A1*1.05))

Mike

"knight" wrote:

Thanks for responding so quickly, Mike. This is for a sales report where in
the column I input a material # in say, A1. I then want column A2 to
calculate that if the # in A1 is < $100 then multiply by .8, if A1 is < $200
multiple by .6. This way it computes my mark up.

"Mike H" wrote:

Hi,

If statements take the form of

=if(a1=somthing,do this if true,do this if false)

If you tell us what the true and false conditions evaluate as then someone
will help

Less then equal to is done using =

Mike

"knight" wrote:

I want create formula, =IF A1<100*.8, IF A1<200*.6, IF A1 <300*.5.
And where is the less than/ equal sign at?



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Formula

Thanks a million. It works Great.

"Mike H" wrote:

Perhaps

=IF(A1<=100,A1*1.06,IF(A1<=200,A1*1.08,A1*1.05))

Mike

"knight" wrote:

Thanks for responding so quickly, Mike. This is for a sales report where in
the column I input a material # in say, A1. I then want column A2 to
calculate that if the # in A1 is < $100 then multiply by .8, if A1 is < $200
multiple by .6. This way it computes my mark up.

"Mike H" wrote:

Hi,

If statements take the form of

=if(a1=somthing,do this if true,do this if false)

If you tell us what the true and false conditions evaluate as then someone
will help

Less then equal to is done using =

Mike

"knight" wrote:

I want create formula, =IF A1<100*.8, IF A1<200*.6, IF A1 <300*.5.
And where is the less than/ equal sign at?

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



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