Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Only Show Checked Items

I have a data input sheet that allows a user to select options with a check
box. This information is then shown with a price after the box is checked on
a new quote sheet. This also displays non-checked information but without a
price. I'd like the sheet to only show the description & the price of checked
items. Another user here uses a Mac so including any programming is out of
the question. Any ideas?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 155
Default Only Show Checked Items

You can blank the information out by using a formula or conditional formatting.

With a formula, if sheet1 has the check boxes and sheet2 the pricing, and
assuming the 1st checkbox is tied to say, a1 and the description is in say,
b1 on both sheets:
put this in B1 on sheet 2
=if(sheet1!a1=true,b1,"")

With conditional formatting you can use "=sheet1!a1=false" without the
quotes in sheet2 b1, just make the font color to be the same as the cell
background. (Usually white.)

Squeaky

"Jesss" wrote:

I have a data input sheet that allows a user to select options with a check
box. This information is then shown with a price after the box is checked on
a new quote sheet. This also displays non-checked information but without a
price. I'd like the sheet to only show the description & the price of checked
items. Another user here uses a Mac so including any programming is out of
the question. Any ideas?

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
Cell grid lines won't show up, and have box checked Fran Jones Excel Discussion (Misc queries) 7 January 19th 08 01:14 AM
check box checked - then a result to show in another cell???? Lisa Ann Kashner New Users to Excel 1 November 4th 07 07:18 PM
Can I create a checklist that changes color as items are checked? The Waco Kid Excel Discussion (Misc queries) 1 June 18th 07 07:00 PM
re-enable a checked "don't show this again" David Excel Discussion (Misc queries) 0 April 19th 07 11:54 PM
Can I insert a box on excel that can be checked and un-checked? rstang66 Excel Discussion (Misc queries) 1 December 17th 05 09:56 PM


All times are GMT +1. The time now is 05:39 AM.

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"