Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tia Tia is offline
external usenet poster
 
Posts: 64
Default Need help with IF statement

I've got the following table

A B C
$6600.00 =.08*A1 =.025*A1


I only want a number to be displayed in B as long as the result of the
formula is $56.00 or less. I've tried a few if statements and I keep getting
error messages.

Thanks for any advice that can be offered.
  #2   Report Post  
Posted to microsoft.public.excel.programming
Ty Ty is offline
external usenet poster
 
Posts: 3
Default Need help with IF statement

On Feb 27, 3:15 pm, Tia wrote:
I've got the following table

A B C
$6600.00 =.08*A1 =.025*A1

I only want a number to be displayed in B as long as the result of the
formula is $56.00 or less. I've tried a few if statements and I keep getting
error messages.

Thanks for any advice that can be offered.


To be entered as a formula in cell B1
=IF((0.08*A1)56.00, "", (0.08*A1))

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Need help with IF statement


Here are a couple other options:

=0.08*A9*(0.08*A9<=56) This returns 0 if the result would exceed 56.
=MIN(0.08*A10,56) This returns 56 if the result would exceed 56.

Your question used the terminology "to be displayed". Technically, you
can achieve this with your original formula and conditional formatting
to use a font color of white if the cell value exceeds 56. Tothing will
be "displayed".


Tia;7325504 Wrote:
I've got the following table

A B C
$6600.00 =.08*A1 =.025*A1


I only want a number to be displayed in B as long as the result of the
formula is $56.00 or less. I've tried a few if statements and I keep
getting
error messages.

Thanks for any advice that can be offered.



--
GaryA
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
IF statement inside a SUMIF statement.... or alternative method Sungibungi Excel Worksheet Functions 3 December 4th 09 06:22 PM
Reconcile Bank statement & Credit card statement & accounting data Bklynhyc Excel Worksheet Functions 0 October 7th 09 09:07 PM
Embedding an OR statement in an IF statement efficiently Chatnoir11 Excel Discussion (Misc queries) 4 February 2nd 09 08:12 PM
Sum if statement with a left statement Eric D Excel Discussion (Misc queries) 4 July 23rd 08 05:31 PM
appending and IF statement to an existing IF statement spence Excel Worksheet Functions 1 February 28th 06 11:00 PM


All times are GMT +1. The time now is 04:12 AM.

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"