Re: understanding what part of a formula represents

Tech-Archive recommends: Fix windows errors by optimizing your registry



First, there was an extra closing paren in your formula. It should have read:

=IF(COUNTIF($F$2:$F$20,B2)>=1,"remains on report","fell off report")

And >= is the symbol for "greater than or equal to"

So if the number of times the value in B2 shows up in F2:F20 is greater than or
equal to 1 (it appears at least one time), then return "remains on report". If
the value is 0 (it doesn't appear), then show "fell off report.

I think I would have used:

=IF(COUNTIF($F$2:$F$20,B2)>0,"remains on report","fell off report")

But that's probably more of a personal preference.

Mrs Luke wrote:

I have numbers in column F and I want to see if they are duplicated anywhere
in column B. I was given a formula that seems to work but I do not
understand part of the formula. The part I want to know what is represents
is >=1
The formula is as follows:
=IF(COUNTIF($F$2:$F$20),B2)>=1,"remains on report","fell off report")
What does greater then or equal to 1 mean?
--
mrs luke

--

Dave Peterson
.



Relevant Pages

  • Re: Handling Timezone
    ... Luke, I finally read the link, and I still have no idea how ... If you know UTC for an event, how can you print a report ... > structure and convert to local time based on culture. ...
    (microsoft.public.dotnet.distributed_apps)
  • RE: Need Correct Function
    ... "Luke M" wrote: ... If you were creating a report, a handy thing would be to have the report ... have a unique list of all possible entries, ... identify each "mortgage" entry and then get the amount spent ...
    (microsoft.public.excel.worksheet.functions)
  • RE: Need Correct Function
    ... "Luke M" wrote: ... If you were creating a report, a handy thing would be to have the report ... have a unique list of all possible entries, ... identify each "mortgage" entry and then get the amount spent ...
    (microsoft.public.excel.worksheet.functions)
  • Re: XP and ME Networking Problem
    ... > Thank you for the log info. ... > However this I394 connection is worrying me. ... Save the report to file and please e-mail to me. ... > Thank you, Luke. ...
    (microsoft.public.windowsxp.network_web)
  • Re: #NA in remote reference formula
    ... You write that you turned the RobGun file into the SteWhi file. ... "Dave Peterson" wrote: ... RobGun cell over to the SteWhi cell. ... I have a budget summary report that pulls multiple names from several ...
    (microsoft.public.excel)