Forum Discussion
Query related to excel
- Aug 20, 2022
- ExcelAug 29, 2022Iron Contributor
Hello Sir,
i want to count how many TRUE or FALSE are there ?
When i use COUNTIF function in F14, then it shows 0.
Please help..
Here is a attached file
- Riny_van_EekelenAug 29, 2022Platinum Contributor
Excel Remove the quotation marks surrounding when using the words True and False. Then it will work.
But, I changed your formulas a bit. Also those in H:I, as you don't need an IF function when you want to return either TRUE or FALSE. In stead of:
=IF(F5>34000,"True","False")
you can just use
=F5>34000
- ExcelAug 31, 2022Iron Contributor
Hello Sir,
I have a table on which I want to apply certain conditional formatting based on which it will show me the cells in a certain color if the condition is true.In the below dataset, I want "Need to Check" to be highlighted in Red and "All Good" in Green. The dataset is dynamic i.e. the 'New Packet No' and 'Old Packet No' will change values from time to time.
Please suggest how can I achieve the same.
Here is a attached file...