I took your advise and repeated the steps. I carefully pasted in the formula
and "Nothing Selected" does display when there is no "x" in cells A1:A7, but
nothing appears in the C1 cell when I type an "x" in one of the A1:A7 cells.
C1 changes to completely blank. I wonder if this fact is worth mentioning:
the cells in column A and B are actually merged cells, for example A1 is
merged cells A1:D1, and B1 cell is merged cells E1:H1. Would this change the
composition of the formula? Thanks for your patience, Mike. Would it be
helpful for you to see a copy of my form firsthand?
Leslie,
Yes that would be a significant ommision but now you have me more confused
>example A1 is
> merged cells A1:D1, and B1 cell is merged cells E1:H1.
If A1 is merged A1:D1 then C1 doesn't exist but there we are. Setting that
aside the formula can go in any cell and from what you have told me this
should work.
=IF(ISNA(VLOOKUP("x",A1:E20,5,FALSE)),"Nothing
Selected",VLOOKUP("x",A1:E20,5,FALSE))
To check we are addressing the correct cells select one and look in the top
left corner of the spreadsheet to get the address and adjust accordingly.
As an aside there are no circumstances under which I would merge cells.
Apart from an attempt to make a sheet look pretty I know of no patctical
reason for doing so and if you do it then it will eventually bite you on the
leg. If you want pretty things then use Powerpoint.
Mike
> I took your advise and repeated the steps. I carefully pasted in the formula
> and "Nothing Selected" does display when there is no "x" in cells A1:A7, but
[quoted text clipped - 37 lines]
> > > > > > range B1:B7) in cell C1. Would someone please help me write a formula to
> > > > > > accomplish this? Please and Thank you for your assistance! Leslie
Leslie - 04 Mar 2008 17:53 GMT
Thank you for your help, Mike. The merged cells was the problem. I went
back and unmerged the cells, making each of my columns only one cell wide,
and the formula worked perfectly! Thank you again very much for your
assistance. I sincerely appreciate your assistance and your time!
Leslie
> Leslie,
>
[quoted text clipped - 60 lines]
> > > > > > > range B1:B7) in cell C1. Would someone please help me write a formula to
> > > > > > > accomplish this? Please and Thank you for your assistance! Leslie
Mike H - 04 Mar 2008 18:02 GMT
Your most welcome and thanks for the feedback
> Thank you for your help, Mike. The merged cells was the problem. I went
> back and unmerged the cells, making each of my columns only one cell wide,
[quoted text clipped - 66 lines]
> > > > > > > > range B1:B7) in cell C1. Would someone please help me write a formula to
> > > > > > > > accomplish this? Please and Thank you for your assistance! Leslie