Hello,
I have this formula to read a particular area in my spreadsheet and query the results to another part of my spreadsheet so I can create bar charts from that new area of records. The problem I am having is when the code runs into cells that are "blank" or "empty" it still places in 0 or 1/0/1900. These cells that exist in the main spreadsheet do not have any data in those cells so I need the code make the new cells be "Empty" or "blank" etc.. I tried placing an IFERROR into this code but I can't get it to work. Any ideas?
=IF(ROWS(BH$2:BH2)<='Test Chart'!$BD$2,INDEX(INDIRECT(BH$1),SMALL(IF(SingleMulti='Test Chart'!$BC$2,ROW(SingleMulti)-ROW($AU$2)+1),ROWS(BH$2:BH2))),"")
Sorry if I messed up and not properly formatted the code correctly.
I have this formula to read a particular area in my spreadsheet and query the results to another part of my spreadsheet so I can create bar charts from that new area of records. The problem I am having is when the code runs into cells that are "blank" or "empty" it still places in 0 or 1/0/1900. These cells that exist in the main spreadsheet do not have any data in those cells so I need the code make the new cells be "Empty" or "blank" etc.. I tried placing an IFERROR into this code but I can't get it to work. Any ideas?
=IF(ROWS(BH$2:BH2)<='Test Chart'!$BD$2,INDEX(INDIRECT(BH$1),SMALL(IF(SingleMulti='Test Chart'!$BC$2,ROW(SingleMulti)-ROW($AU$2)+1),ROWS(BH$2:BH2))),"")
Sorry if I messed up and not properly formatted the code correctly.