In my excel file, I have data downloaded from an Internet online Form site where two pieces of data appear in the same filed. So the field looks like - Dynamic mattress Seating cushion. It can contain either or both descriptions. In two separate column
fields I used a formula to identify if the words appeared or not. So in a cell AD4 the formula used is '=IF(T4="","",IF(ISNUMBER(SEARCH($AD$3,B4)),"Yes",""))' My initial downloaded data is in cell B4 and I have a reference of the description in cell AD3. Cell
T4 is just a delivery date.
So essentially its saying, If there is a delivery date entered in cell T4, check whether the words in cell AD3 are included in cell B4 and if so insert YES to cell AD4.
I use this formula for other fields as well, so I have two columns, one headed 'Dynamic mattresses and the other headed Seating cushions.
So, that all works fine. The issue is when I want to interrogate the data with a pivot table or pivot chart. You can see in the respective columns a series of blank cells or 'YES'. When I create a pivot to show how many YES's for each type there are, it
just counts all the fields that contain the formula. So, if there were 2 seating cushions and 4 dynamic mattresses, the chart shows there are 4 of each. Its like its counting the formulae and not the values.
Can anyone please help with advice.
Thankyou
Ron