karthikgoel
New Member
Hi,
a)
I have a master sheet that reads data from different worksheets with the same set of columns. I am trying to count the number of instances in a worksheet where the column (% completion) is 100 or 100%.
= COUNTIF(CAMS!E:E,"100")
This works if in the worksheet data is entered as 100 but if some users may enter data in worksheets as 100% which does not reflect in my count how do i ensure my count works correctly irrespective of whether the data contains 100 or 100%
I even tried giving 100% in place of 100 above but it does not work
b)
Another problem I noticed in worksheets is even if i select say a cell with number 22 as percentage type in format cells its supposed to give 22% but in cells it makes it 2200% how do i ensure it stays as 22%
a)
I have a master sheet that reads data from different worksheets with the same set of columns. I am trying to count the number of instances in a worksheet where the column (% completion) is 100 or 100%.
= COUNTIF(CAMS!E:E,"100")
This works if in the worksheet data is entered as 100 but if some users may enter data in worksheets as 100% which does not reflect in my count how do i ensure my count works correctly irrespective of whether the data contains 100 or 100%
I even tried giving 100% in place of 100 above but it does not work
b)
Another problem I noticed in worksheets is even if i select say a cell with number 22 as percentage type in format cells its supposed to give 22% but in cells it makes it 2200% how do i ensure it stays as 22%