NB.IF and ISNUMBER
xuorel
Posted messages
251
Registration date
Status
Membre
Last intervention
-
eriiic Posted messages 24581 Registration date Status Contributeur Last intervention -
eriiic Posted messages 24581 Registration date Status Contributeur Last intervention -
Hello,
I have a 5x5 table
Each cell contains text or numbers.
I want to define the number of cells in the table that contain a numeric value.
How should I proceed?
I was thinking about nesting ISNUMBER within COUNTIF, but it doesn't work.
Thank you for your help.
Xuo
I have a 5x5 table
Each cell contains text or numbers.
I want to define the number of cells in the table that contain a numeric value.
How should I proceed?
I was thinking about nesting ISNUMBER within COUNTIF, but it doesn't work.
Thank you for your help.
Xuo
And why not simply for the beach A1:E5
Best regards
What does "--" mean in:
The 1st - is used to convert the boolean TRUE/FALSE into numeric.
The 2nd to restore the sign: -1 => 1
You could just as well do +0 or *1
eric