#1   Report Post  
flotowntiger
 
Posts: n/a
Default Make cells match

In sheet 1 I am asking several Yes/No questions. I have a cell after the Yes
and after the NO that I want the value "X" entered into. It will of course
either be one or the other. I then want that "X" to show up in sheet 2, which
is a form I want filled in with the data from sheet 1. If I simply do A1 = C1
and B1 = C2 I get a value of "0" in the cell they didn't put an "X" in. So if
the put an "X" in the Yes cell in sheet 1 then an "X" shows up in the Yes
cell in sheet 2, BUT since they didn't put anything in the No cell in sheet 1
a "0" value shows up in the No cell in sheet 2. Any Help???
  #2   Report Post  
 
Posts: n/a
Default

=if(sheet1!A1="","",sheet1!A1)
If there is no value in cell a1 on sheet 1, this formula
on sheet 2 will display a blank cell. otherwise it will
display any value in cell a1 on sheet 1.

-----Original Message-----
In sheet 1 I am asking several Yes/No questions. I have a

cell after the Yes
and after the NO that I want the value "X" entered into.

It will of course
either be one or the other. I then want that "X" to show

up in sheet 2, which
is a form I want filled in with the data from sheet 1. If

I simply do A1 = C1
and B1 = C2 I get a value of "0" in the cell they didn't

put an "X" in. So if
the put an "X" in the Yes cell in sheet 1 then an "X"

shows up in the Yes
cell in sheet 2, BUT since they didn't put anything in

the No cell in sheet 1
a "0" value shows up in the No cell in sheet 2. Any

Help???
.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
make a cell empty based on condition mpierre Charts and Charting in Excel 2 December 29th 04 01:01 PM
linking cells in Excel 2003. How to not truncate to 255 characters. GarryFerg Excel Discussion (Misc queries) 5 December 8th 04 03:33 PM
Protected cells -automatically format to a different color Fred Evans Excel Discussion (Misc queries) 9 December 3rd 04 12:59 PM
Averaging only cells with data Randy Lefferts Excel Discussion (Misc queries) 9 November 30th 04 08:02 PM
Cells losing formatting BdgBill Excel Discussion (Misc queries) 1 November 26th 04 08:03 AM


All times are GMT +1. The time now is 08:53 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"