Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Write a formula for a penalty for status of TRUE?

Need to write a formula in column H for a penalty of $50 for the customer
that has a fixed penalty status of TRUE and $) for all others
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 834
Default Write a formula for a penalty for status of TRUE?

Do you mean something like

=IF(A2=TRUE,50,0)

HTH

Bob

"Esperanza" wrote in message
...
Need to write a formula in column H for a penalty of $50 for the customer
that has a fixed penalty status of TRUE and $) for all others



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,389
Default Write a formula for a penalty for status of TRUE?

Assuming "$)" means "$0", try:
=if(a1="TRUE",50,0)

Adjust the range to suit.

Regards,
Fred

"Esperanza" wrote in message
...
Need to write a formula in column H for a penalty of $50 for the customer
that has a fixed penalty status of TRUE and $) for all others


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default Write a formula for a penalty for status of TRUE?

But you need to be careful as to whether it is a text string, or the boolean
value TRUE.
The double quotes make a difference.
--
David Biddulph

Fred Smith wrote:
Assuming "$)" means "$0", try:
=if(a1="TRUE",50,0)

Adjust the range to suit.

Regards,
Fred

"Esperanza" wrote in message
...
Need to write a formula in column H for a penalty of $50 for the
customer that has a fixed penalty status of TRUE and $) for all
others



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,389
Default Write a formula for a penalty for status of TRUE?

I know. That's why I proposed this solution. Given the skill level of the
OP, I believe he's looking for "TRUE" rather than TRUE.

Regards,
Fred

"David Biddulph" <groups [at] biddulph.org.uk wrote in message
...
But you need to be careful as to whether it is a text string, or the
boolean value TRUE.
The double quotes make a difference.
--
David Biddulph

Fred Smith wrote:
Assuming "$)" means "$0", try:
=if(a1="TRUE",50,0)

Adjust the range to suit.

Regards,
Fred

"Esperanza" wrote in message
...
Need to write a formula in column H for a penalty of $50 for the
customer that has a fixed penalty status of TRUE and $) for all
others






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
reuest formula for auto update status & status date PERANISH Excel Worksheet Functions 5 June 2nd 08 04:26 PM
Formula Bar Status Shaffiqe Excel Worksheet Functions 0 April 12th 08 08:19 AM
Read lines from one worksheet, if value is true, write to new work Bernie Excel Discussion (Misc queries) 2 March 15th 07 11:27 PM
formula for bonus or penalty LADY New Users to Excel 2 March 29th 06 09:39 PM
Yield Maintenance - Mortgage Prepayment Penalty zeno Excel Discussion (Misc queries) 1 December 14th 05 11:24 PM


All times are GMT +1. The time now is 11:10 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"