• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Search results

  1. S

    Prevent cells being left blank!

    Hi Narayan, That's great! :) One more thing is that after the message appears and you click ‘ok’, the cell is cleared- which is fine. However when I added a drop down list in column B and ran the macro – the drop down list in the cell also got deleted. Is there a way to bypass this in the...
  2. S

    Prevent cells being left blank!

    Hi Abhi, Thanks for the above, I tried it out without conditional formatting, but it can be easily overwritten. However I can definitely use it for my other work as a quick reminder to people. Also how can I apply it along with conditional formatting? Did you mean I can add this formula...
  3. S

    Prevent cells being left blank!

    Hello Narayan, Apologies about the inconsistency but your understanding is correct. Is it possible to make two sheets: one with only the data validation (no error message etc) & the other with the vba coding (with error message) as I am very interested to learn how both are done. Many...
  4. S

    Prevent cells being left blank!

    Hello, A1='Ref#' B1 = Name C1 = Age D1= Comments E1=DOB I am looking for a formula or code to prevent cells from being left blank. 1) If A1 is blank than nothing can be written in B,C,D,E. 2) When something is entered in A1, I'd like only B1 to become mandatory. E.g: If B1 is left...
  5. S

    VBA - Identifying new data removing duplicates.

    Hi Narayan, 1) No- I just used colours to help explain what I wanted done. Everything will be in normal black font. 2)Duplicates will be identified by: Ref# & 'Original Salesman'. So for the same ref# if OriginalSalesman is same than it is a duplicate and one of them should be deleted. The...
  6. S

    VBA - Identifying new data removing duplicates.

    Hello, Is there anyway the above can be done/is possible?? Serena
  7. S

    VBA - Identifying new data removing duplicates.

    Hi, Sorry about the above. I started my own as I was hijacking someone else's post. Narayan - look forward to hearing from you once you get a chance. Thanks for your help again! Serena
  8. S

    VBA - Identifying new data removing duplicates.

    Hi Narayan, Cheers for the above! If you really don’t mind there is something a little more challenging as I need because I am facing changes & duplication of data. S0 I want to track & keep history of the changes of ‘salesman’, which may change every week. FYI - In my weekly reports...
  9. S

    Help with this VBA code please?

    Hi Narayan, Cheers for the above! If you really don’t mind there is something a little more challenging as I need because I am facing changes & duplication of data. S0 I want to track & keep history of the changes of ‘salesman’, which may change every week. FYI - In my weekly reports...
  10. S

    Help with this VBA code please?

    Hi, Thats great! My sheet is working. One more question for my learning – So I know s,p,t represent Salesman , Product and Quantity. Can I use any letters e.g. a,b,c...to represent such variables? Thanks ! Serena
  11. S

    Help with this VBA code please?

    Hi Narayan, Your spreadhseet was exactly what I was looking for. However I have alot more collumns. All the buttons work without any error messages after having the relevant ranges but the problem I am having is getting my data to paste in my last collumn. Please correct me if I am wrong...
Back
Top