cancelled

  1. D

    Code to add new lines creating wrong formatting

    I have a button to add new lines to my table. The table has a date field in column A that is formatted to Australian date format. When I click the add new lines button, the new lines revert to US format for any dates that are entered in the new rows in column A. How can I force new, added rows...
  2. B

    Conditional Format Pivot Table

    I have column 'F' that right now has the number 1 if an event has been cancelled during the month. I was hoping to find a way to use conditional formatting to change the number 1 to the word 'Yes' if it was cancelled. I was somewhat successful until I noticed that the monthly subtotal would have...
  3. C

    Double if statement

    Hi. I'm trying to create a double IF statement which returns the value "Attended" in ColC where ColA contains "Confirmed" and ColB contains "Show". Otherwise "Did not attend". Thanks for looking. <tbody> ColA ColB ColC (Desired Result) Confirmed Show Attended Confirmed Show Attended...
  4. I

    Find string and enter new string in another column

    Hello, When the string "Cancelled" appears in column A I want to enter CANCELLED as a string in column G. My code doesn't seem to work and I have no idea why. Sub ChangeCxlProgStatus() Dim x As Long For x = 2 To Cells(Rows.Count, "A").End(xlUp).Row Select Case UCase(Cells(x, 1)) Case...
  5. 1

    Multiple Pivot Table Combinations

    Hi, I have a data set which includes a field for "Result", two options within this field are "Lost" & "Cancelled". There is another field "Closure Rationale" which contains options which can be common for both of these "Results". I have grouped the "Closure Rationale" into "Cancelled W" or...
  6. A

    Counting the Number of Ocurrances

    Hi I have a column that has a list of dates and words etc. What I would like to do is for Excel to Count the number of times the word "cancelled" appears. Watching you tube videos it only seems to show if its just one word, which is east. My criteria is CANCELLED on ROUTE CANCELLED on SITE...
  7. J

    Macro to copy cell format

    Hi, I'll explain the purpose of my spreadsheet before I say what I'm trying to achieve as it might make more sense that way. I've been asked to create a spreadsheet to log when we have cancelled a sales order and why, but in such a way that it will be a visual checklist. I know that there's a...
  8. B

    Remove "embedded" format & Ctrl icons residues?

    Hi Peoples - pls - when a large & commonly used file is opened or saved it is observed that there may be several Format &/or Control icons present which (I assume) are residual from not being fully applied or cancelled during the use of the worksheet... I'm convinced that these slow the...
  9. R

    Auto code to manual

    Hello, I have the following code that completes it's function automatically when a cell's value equals "Cancelled". Private Sub Worksheet_Change(ByVal Target As Range) 'Version 2 If Not Intersect(Target, Range("L:L")) Is Nothing Then If Target.Cells.Count > 1 Or IsEmpty(Target) Then Exit Sub...
  10. L

    Excel: VBA to apply Conditional Formatting to cells other than initial cell

    Column B is a date column, Column C has 4 options, Column D is a numeric column. If any one can help, I would like all 3 cells highlighted when inputs "Cancelled" from a drop-down menu in Column C. I am currently using the VBA below to highlight Column C. Any help would be appreciated as I'm a...
  11. L

    sir need to know no of cells on particular and particular status

    sir need to know one particular day three types of sales like closed,deliver,cancelled in huge sheet <colgroup><col span="3"></colgroup><tbody> date name status 29 /1/2018 Nancy delivered 29 /1/2018 Makbool delivered 29 /1/2018 VARADARAYA Closed 29 /1/2018 Pradhyum cancelled 29...
  12. I

    Excel Tables sorting depending on Cell value

    Hi all, I hope someone can help with this tricky one. My Excel Table "Tracker" is sorted using the values in column "Index", I have a column named "Status" which can have several values, one of them being "Cancelled". I want to sort my table so that the rows where the status is "Cancelled" are...
  13. J

    Moving rows to another sheet or workbook

    I have been stuck on this for awhile now, need to move rows to another worksheet or workbook. The 1st part should find all rows marked cancelled (Column AG is "Y"). 2nd part should find all rows marked ready (Column AH is "Y"). Code runs, but results are very strange. Does not move all rows...
  14. V

    filter and delete rows based on critera

    Hello all I hope you can help on this please I am trying to delete any rows that matches "Cancelled" in column "H", this code works ok if there is a row with "Cancelled" but if there are no rows with "Cancelled" then if bugs out, any idea's please on how to fix this This is the code I have...
  15. T

    Subscription/Service Payment Calculator - Active/Cancelled and Pro-rata Payments

    Hi All, I'm new to the forum and thought i would register for some help please. I've actually browsed this forum as a guest for many years - but now im stuck and need assistance. Basically, ive been asked at work to produce an excel spreadsheet to help work out payments for subscription...
  16. J

    Excel Data Validation on selection of values in one other cell

    Hi I have a list in A1 (New, Quoted, Won, Lost, cancelled) etc. In A2 I want to enter the date this quote has been closed. It must be validated by looking at A1 and can only accept the date if A1 is either Won, Lost or Cancelled. I tried the =And(A1="Won",A1="Lost",A1="Cancelled") and...
  17. N

    Multiple Condition If Statement

    Hi, Can someone please help me create 1 formula with the conditions below. The formula will be in cell P2. I appreciate the help. If W2 says CLOZ then Y2-AE If W2 says CANCELLED then Y2-AF If W2 says anything other than CLOZ or CANCELLED then Today()-1-Y2

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top