PC Review


Reply
Thread Tools Rate Thread

Comparing values between columns only when there are values in bot

 
 
=?Utf-8?B?TWFyayBL?=
Guest
Posts: n/a
 
      19th Feb 2006
I am trying to run a YTD sales program indexing TY actual weekly sales
against TY Plan sales. The first worksheet shows current year's actual sales
as they update weekly. The second worksheet has the Sales Plan by week for
the entire year. My third worksheet is a simple YTD indexing form to track
YTD sales against YTD Plan. How do I have a cell formatted to only accept
the values in "column B" if there is a corresponding value in "column A"?
Example: Sales TY in weeks 1-3 vs Plan sales Weeks 1-3; next week 1-4 vs
Plan 1-4, etc.
 
Reply With Quote
 
 
 
 
Otto Moehrbach
Guest
Posts: n/a
 
      19th Feb 2006
I don't follow everything you are trying to do, but to answer your literal
question:
You can't format a cell to do that but you can put a formula in a cell to
pick up the Column B value unless Column A is empty. Something like:
=IF(A3="","",B3)

HTH Otto

"Mark K" <Mark (E-Mail Removed)> wrote in message
news:17766A59-7975-4FE5-B2EC-(E-Mail Removed)...
>I am trying to run a YTD sales program indexing TY actual weekly sales
> against TY Plan sales. The first worksheet shows current year's actual
> sales
> as they update weekly. The second worksheet has the Sales Plan by week
> for
> the entire year. My third worksheet is a simple YTD indexing form to
> track
> YTD sales against YTD Plan. How do I have a cell formatted to only accept
> the values in "column B" if there is a corresponding value in "column A"?
> Example: Sales TY in weeks 1-3 vs Plan sales Weeks 1-3; next week 1-4 vs
> Plan 1-4, etc.



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Comparing values in two columns =?Utf-8?B?UC5oYW1zYQ==?= Microsoft Excel Misc 4 13th May 2007 04:50 PM
Comparing values in columns Sandy Microsoft Excel Worksheet Functions 2 19th Apr 2007 09:40 AM
Comparing Values In 2 Columns hilaryj@st-albans.suffolk.sch.uk Microsoft Excel Discussion 3 8th Feb 2007 04:01 PM
Comparing Values in 2 Columns esta.monn@gmail.com Microsoft Excel Misc 2 31st Oct 2006 10:41 PM
Comparing values in two columns and displaying missing values in n =?Utf-8?B?Y3BldHRh?= Microsoft Excel Programming 1 2nd Apr 2005 06:18 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:17 AM.