Nov 26 2023 01:13 AM - edited Nov 26 2023 01:18 AM
I have a workbook with different sheets in which I have done many Function in each sheets at one time.
I did "IF" function in a sheet but the output is wrong. IF function has satisfied all the condition as suggested in dialogue box but the same Function is not working. And with "IF" function many others are not working like COUNTIF, COUNTIFS, AVERAGEIFS, AVERAGEIF.
the data that is not working(in case of IF) is here below:-
here I am also uploadinding the link of the workbook:-
Name | Type 1 | Total | Grass Type |
Bulbasaur | Grass | 318 | =IF(B2="Grass";"YES";"NO") |
Ivysaur | Grass | 405 | =IF(B3="Grass";"YES";"NO" |
Venusaur | Grass | 525 | =IF(B4="Grass";"YES";"NO" |
Charmander | Fire | 309 | =IF(B5="Grass";"YES";"NO" |
Charmeleon | Fire | 405 | =IF(B6="Grass";"YES";"NO" |
Charizard | Fire | 534 | =IF(B7="Grass";"YES";"NO" |
Squirtle | Water | 314 | =IF(B8="Grass";"YES";"NO" |
Wartortle | Water | 405 | =IF(B9="Grass";"YES";"NO" |
Blastoise | Water | 530 | =IF(B10="Grass";"YES";"NO" |
Nov 26 2023 01:36 AM
@tanishakum4gailcom That link requires log in. Please provide a link that grants access without the need to log in.
Nov 26 2023 01:50 AM - edited Nov 26 2023 01:58 AM
@Riny_van_Eekelen please go ahead with the data that I have provided in my concerned post as i have non other option
Nov 26 2023 01:57 AM - edited Nov 26 2023 02:03 AM
@tanishakum4gailcom Well, you just mention that "the output is wrong". That's quite vague.
Perhaps you have 'Show Formulas' enabled. Then Excel just shows the formula but not the result, or you should be using a comma to separate the function arguments, or there are leading / trailing spaces in the Type 1 column. Many different reasons why the output may be wrong.
See if the attached file provides the correct output then.
Nov 26 2023 02:08 AM - edited Nov 26 2023 02:09 AM
So please let me know from where can I switch this feature(SHOW FORMULA) to get the output.
Nov 26 2023 02:13 AM
On the Formulas ribbon, look for the 'Show Formulas' button (top right in the picture below). If it it has a dark background it enables and will show formulas. Press it again the deactivate it and Excel will show the results.
Nov 26 2023 02:20 AM
@Riny_van_Eekelen well i did the same but nothing happens
Nov 26 2023 02:51 AM
SolutionDid you try changing the semi-colons into comma's? The dotted red cell borders indicate that there is a syntax error in the formula.
Did you try the file that I uploaded earlier? How do the formula's show when you open it?
Nov 26 2023 04:43 AM
@Riny_van_Eekelen YES IT WORKED! As I changed the semi colons into comma.
IT REALLY HELPED me a lot
Thank You so much
Nov 26 2023 02:51 AM
SolutionDid you try changing the semi-colons into comma's? The dotted red cell borders indicate that there is a syntax error in the formula.
Did you try the file that I uploaded earlier? How do the formula's show when you open it?