Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Grater than or less than formula

I am trying to bring back a value to cell L31

if L30 is <$355 then put $30.00 in cell L31
if L30 is or equal to $355 then multiply by 0.085

thank you for any help.

using office 2000




  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,337
Default Grater than or less than formula

this
=L10+IF(L10=355,L10*0.085,0)
or better
=L10*IF(L10=355,1.085,0)
--
Don Guillett
SalesAid Software

"Jeff" wrote in message
...
I am trying to bring back a value to cell L31

if L30 is <$355 then put $30.00 in cell L31
if L30 is or equal to $355 then multiply by 0.085

thank you for any help.

using office 2000






  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Grater than or less than formula

how do i get the first part to work along with it,
if L30 is <$355 then put $30.00 in cell L31


"Don Guillett" wrote in message
...
this
=L10+IF(L10=355,L10*0.085,0)
or better
=L10*IF(L10=355,1.085,0)
--
Don Guillett
SalesAid Software

"Jeff" wrote in message
...
I am trying to bring back a value to cell L31

if L30 is <$355 then put $30.00 in cell L31
if L30 is or equal to $355 then multiply by 0.085

thank you for any help.

using office 2000








  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default Grater than or less than formula

=if(L30<355,30,L30*.085)

"Jeff" wrote in message
...
how do i get the first part to work along with it,
if L30 is <$355 then put $30.00 in cell L31


"Don Guillett" wrote in message
...
this
=L10+IF(L10=355,L10*0.085,0)
or better
=L10*IF(L10=355,1.085,0)
--
Don Guillett
SalesAid Software

"Jeff" wrote in message
...
I am trying to bring back a value to cell L31

if L30 is <$355 then put $30.00 in cell L31
if L30 is or equal to $355 then multiply by 0.085

thank you for any help.

using office 2000










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
Formula help for value grater than 0 placing a name Jeremy Excel Discussion (Misc queries) 1 October 27th 09 02:37 PM
Zero values not legend, Value grater then zero show data and legend Pamela[_3_] Excel Discussion (Misc queries) 1 January 28th 09 10:20 AM
Find value grater than X but less than Y John Murf Excel Worksheet Functions 1 February 21st 06 11:40 PM
Commenting custom formula fields/formula on formula editor Muxer Excel Programming 2 July 24th 03 01:02 AM


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