Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have made a sheet for show ticket sales
Col A = Ticket No. Col B = Name Col C = Ticket Cost (£6) Col D = Paid. Also Col C shows £6 in every row due to the function =IF(D13,0,6) I would only like the £6 to be shown in C1 if there is text in B1. OTW it is to remain blank. I've tried everything to achieve this but can't. Over to you please |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi!
Tyr this: =IF(ISTEXT(B1),IF(D13,0,6),"") Biff "Bampah" wrote in message oups.com... I have made a sheet for show ticket sales Col A = Ticket No. Col B = Name Col C = Ticket Cost (£6) Col D = Paid. Also Col C shows £6 in every row due to the function =IF(D13,0,6) I would only like the £6 to be shown in C1 if there is text in B1. OTW it is to remain blank. I've tried everything to achieve this but can't. Over to you please |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks Biff
I actually sorted it out myself straight after I posted my plea for help. I used this formula IF(D13,0,IF(B1<"",6,0)) I ahve tried your answer and it works fine also with one strange result. When I pasted it into cell C1 it merged cells C1 & C2....bizarre. Thanks again |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Conditional formatting capability for 20+ conditions not just 3. | Excel Discussion (Misc queries) | |||
Conditional Formatting that will display conditional data | Excel Worksheet Functions | |||
Accessing values in points collection of chart & conditional display | Charts and Charting in Excel | |||
Why won't my conditional formatting display in the cell | Excel Discussion (Misc queries) | |||
Conditional display of a .jpeg file? | Excel Discussion (Misc queries) |