• 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. D

    If data is missing, skip a row?

    Hi All, Hope I can get an answer and a solution, I have a pivot table that synchronizes with a report based on selection from the pivot table. There are 1600 rows of data and each row has a unique id which is always from 1-56. Some selections do not have all 1-56 rows of data (1, 3, 5-56)...
  2. D

    Most efficient way to link information by ID between two worksheets

    Hi All, I have two worksheets, worksheet# 1 is the data source about 6000 rows of data,it has a location ID and Unit ID(primary key) worksheet# 2 is a summary report with 56 rows of data and each row has a location ID.(row data to be populated on the correct row in the summary report) What...
  3. D

    IF statement

    Hi All, One last question about conditonal formatting, if I want to hide all #N/A as white can I use #FFFFFF, if so where will I place it? =IF(Ptable!A2="(Blank)",NA(),Ptable!A2) Thanks, Dennis
  4. D

    IF statement

    Hui, You are 'da man' it worked beautiful. I'm so happy that I found this site and you guys were terrific. Thanks for your support and keep up the great work you are doing!! Regards,, Dennis
  5. D

    IF statement

    here is a link to a file for you to review it Thanks, Dennis http://sdrv.ms/QqneNQ
  6. D

    IF statement

    Hi Hui, Your code works as long a cell is empty, but the cells I'm working with have the actual text '(blank)' and using the code just duplicates the cell, this came from a pivot table and that's the need to convert it to #N/A. Thanks for your support Dennis
  7. D

    IF statement

    Great to hear from you guys, is there a way to attached a file? This is what I get on my side Input A B C (blank) (blank) 10.2 output below (blank) (blank) 10.2 ' should be #N/A' Formula =IF(A2="",NA(),A2) I think I see why it does not work on my side!!! the text 'Blank' is...
  8. D

    IF statement

    Thanks for your quick reply, and happy to be here. I inserted your code but the output is the same. Please allow me to explain it. My data A= (blank) B= (blank) C= 10.2 when I refence these cell using the code, I get A=(blank) B=(Blank) C= 10.2 What I need to happen is A= #N/A...
  9. D

    IF statement

    Thanks for your quick reply, and happy to be here. I inserted your code but the output is the same. Please allow me to explain it. My data A= (blank) B= (blank) C= 10.2 when I refence these cell using the code, I get A=(blank) B=(Blank) C= 10.2 What I need to happen is A= #N/A...
  10. D

    IF statement

    Hello All, I'm having a senior moment so I'm requesting for some help, I have a data source with "(blank)" cells that I need to convert them to #N/A using an IF statement but only where a value is not present, if a value exist then it should remain the same sample.The reason is that when...
Back
Top