View Full Version : 1 cell referring to 2 cells


rvd48
01-04-2008, 08:00 AM
hi, i have a IF formula.

=IF(AND($C175="product A",AND($F175>=39448,$F175<=39532)),$J175,0)

were i have highlighted in red, rather than it looking directly at the cell reference in question as it is now. i'd like it to look at 2 cells: i.e. cell A would have the letter C in it and cell B2 going downwards would have the range 175 to 185 going down the column.


now, i thought something like: $B1,B2= would work, but i cant get it too.
can any1 give me support please?

pbaldy
01-04-2008, 08:05 AM
This works in a brief test:

=IF(B145&C145="C99","yes", "no")

Where 1 cell had C and the other had 99.

unmarkedhelicopter
01-04-2008, 09:47 AM
What do you mean by "going down the column" ?
Do you want to test ALL of these values ?

rvd48
01-07-2008, 01:14 AM
helicopter,

im going to put this formula on hold for the short term, something else has come up, (new post)