I am trying to create a percentage of the (yeses and N/A) / (No's). There are 22 column names from another query.
This is what I have tried in my query by I should be in the high 90% range instead of 4%.
Yes: Sum([Doc2Y]+[Doc12-5Y]+[Doc25Y]+[Doc30y]+[Doc36y]+[MemoY]+[Doc19Y]+[Doc25-7Y]+[Doc26Y]+[Doc27Y]+[Doc32-2Y]+[SRSY]+[Doc44-2Y]+[ProjectsY]+[AbstractY]+[Doc34-9Y]+[Doc35Y]+[Doc37Y]+[ProtocolsY]+[Doc32Y]+[Doc49-2Y]+[Doc11-5Y])/("100")
I have another one just like this but for the no's.
Example: 20 yeses or N/A's of 22 column names subtracting 2 No column names should give me 91%.
Is there a way that I can do this in a query that will show on my report?
This is what I have tried in my query by I should be in the high 90% range instead of 4%.
Yes: Sum([Doc2Y]+[Doc12-5Y]+[Doc25Y]+[Doc30y]+[Doc36y]+[MemoY]+[Doc19Y]+[Doc25-7Y]+[Doc26Y]+[Doc27Y]+[Doc32-2Y]+[SRSY]+[Doc44-2Y]+[ProjectsY]+[AbstractY]+[Doc34-9Y]+[Doc35Y]+[Doc37Y]+[ProtocolsY]+[Doc32Y]+[Doc49-2Y]+[Doc11-5Y])/("100")
I have another one just like this but for the no's.
Example: 20 yeses or N/A's of 22 column names subtracting 2 No column names should give me 91%.
Is there a way that I can do this in a query that will show on my report?