English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

trying to run a simple if value inside cell = x, then y=y+1?? any little help will help a lot.

2007-01-28 07:02:57 · 4 answers · asked by all unknowing 2 in Computers & Internet Software

4 answers

If you're trying to count the number of times 'x' is entered into a cell, you can't do that because it requires a circular reference. Placing:
=IF(A1="x", B1+1, B1)
into cell B1 will produce an error.
You could count the number of times 'x' is entered in a range of cells:
B1:
=COUNTIF(A:A,"x")
counts all occurances of "x" in column A
=COUNTIF(A10:A33,"x")
counts all occurances of "x" in column A from row 10 through row 33

2007-01-29 03:30:27 · answer #1 · answered by nospamcwt 5 · 1 0

Lemme wager, you're in a working laptop or workstation Literacy type... perhaps with the artwork Institute??? as a results of fact whats humorous is this is the actual query of this weeks first project. weird and wonderful. "Week 3: Week 3 - W3: project a million talk talk query 3 evaluate Microsoft be conscious, Microsoft Excel, and Microsoft PowerPoint. whilst do you need to apply each of those purposes? whilst are you able to apply those purposes interchangeably? supply examples and reasons to help your answer."

2016-12-17 04:34:54 · answer #2 · answered by symons 3 · 0 0

excel can be very confusing bit i can c that you know what you are doing when it comes to formulas so i think that you are not supposed to use variables in the formulas.

2007-01-28 07:09:59 · answer #3 · answered by Anonymous · 0 0

=IF(A1="x"; Y1+1; "");

=IF(A1="x"; Y1+1; Y1);


=IF(A1="x"; B1+1; B1);

2007-01-28 07:18:42 · answer #4 · answered by iyiogrenci 6 · 0 0

fedest.com, questions and answers