Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
reuest formula for auto update status & status date | Excel Worksheet Functions | |||
Formula Bar Status | Excel Worksheet Functions | |||
Read lines from one worksheet, if value is true, write to new work | Excel Discussion (Misc queries) | |||
formula for bonus or penalty | New Users to Excel | |||
Yield Maintenance - Mortgage Prepayment Penalty | Excel Discussion (Misc queries) |