Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
Gene Haines
 
Posts: n/a
Default Linking versus Vlookup

I currently have a workbook with 3 worksheets: Actual Weekly Units Ordered,
Projected Weekly Units Ordered and Analysis. I have 52 weekly columns dated
1/01/2006 thru 12/31/2006 in all 3 worksheets. I need to pull into the
analysis sheet the projected units ordered by item for all 52 weeks, however
when the actual units ordered by item for the current week are entered into
the Actual Weekly Units Ordered sheet, I need to have that qty replace the
projected qty in the current week of the Analysis sheet. Any help would be
appreciated.
Thank you

Gene Haines
  #2   Report Post  
Posted to microsoft.public.excel.newusers
Ikaabod
 
Posts: n/a
Default Linking versus Vlookup


In cell A2 in your Analysis worksheet put the following formula that
checks to see if cell A2 in 'Actual Weekly Units Ordered' worksheet is
blank. If it's blank then it puts the Projected amount. If it's not
blank it puts the Actual amount.

=IF('Actual Weekly Units Ordered'!A2="", 'Projected Weekly Units
Ordered'!A2,'Actual Weekly Units Ordered'!A2)

Hope that helps.
-Ikaabod

Gene Haines Wrote:
I currently have a workbook with 3 worksheets: Actual Weekly Units
Ordered,
Projected Weekly Units Ordered and Analysis. I have 52 weekly columns
dated
1/01/2006 thru 12/31/2006 in all 3 worksheets. I need to pull into the
analysis sheet the projected units ordered by item for all 52 weeks,
however
when the actual units ordered by item for the current week are entered
into
the Actual Weekly Units Ordered sheet, I need to have that qty replace
the
projected qty in the current week of the Analysis sheet. Any help would
be
appreciated.
Thank you

Gene Haines



--
Ikaabod
------------------------------------------------------------------------
Ikaabod's Profile: http://www.excelforum.com/member.php...o&userid=33371
View this thread: http://www.excelforum.com/showthread...hreadid=540741

  #3   Report Post  
Posted to microsoft.public.excel.newusers
Gene Haines
 
Posts: n/a
Default Linking versus Vlookup

Ikaaboa: Thanks for your input. I will let you know how I make out.

Regards

Gene Haines

"Ikaabod" wrote:


In cell A2 in your Analysis worksheet put the following formula that
checks to see if cell A2 in 'Actual Weekly Units Ordered' worksheet is
blank. If it's blank then it puts the Projected amount. If it's not
blank it puts the Actual amount.

=IF('Actual Weekly Units Ordered'!A2="", 'Projected Weekly Units
Ordered'!A2,'Actual Weekly Units Ordered'!A2)

Hope that helps.
-Ikaabod

Gene Haines Wrote:
I currently have a workbook with 3 worksheets: Actual Weekly Units
Ordered,
Projected Weekly Units Ordered and Analysis. I have 52 weekly columns
dated
1/01/2006 thru 12/31/2006 in all 3 worksheets. I need to pull into the
analysis sheet the projected units ordered by item for all 52 weeks,
however
when the actual units ordered by item for the current week are entered
into
the Actual Weekly Units Ordered sheet, I need to have that qty replace
the
projected qty in the current week of the Analysis sheet. Any help would
be
appreciated.
Thank you

Gene Haines



--
Ikaabod
------------------------------------------------------------------------
Ikaabod's Profile: http://www.excelforum.com/member.php...o&userid=33371
View this thread: http://www.excelforum.com/showthread...hreadid=540741


  #4   Report Post  
Posted to microsoft.public.excel.newusers
Gene Haines
 
Posts: n/a
Default Linking versus Vlookup

Thanks for your help Ikaabod. It works fine.

Regards
Gene

"Ikaabod" wrote:


In cell A2 in your Analysis worksheet put the following formula that
checks to see if cell A2 in 'Actual Weekly Units Ordered' worksheet is
blank. If it's blank then it puts the Projected amount. If it's not
blank it puts the Actual amount.

=IF('Actual Weekly Units Ordered'!A2="", 'Projected Weekly Units
Ordered'!A2,'Actual Weekly Units Ordered'!A2)

Hope that helps.
-Ikaabod

Gene Haines Wrote:
I currently have a workbook with 3 worksheets: Actual Weekly Units
Ordered,
Projected Weekly Units Ordered and Analysis. I have 52 weekly columns
dated
1/01/2006 thru 12/31/2006 in all 3 worksheets. I need to pull into the
analysis sheet the projected units ordered by item for all 52 weeks,
however
when the actual units ordered by item for the current week are entered
into
the Actual Weekly Units Ordered sheet, I need to have that qty replace
the
projected qty in the current week of the Analysis sheet. Any help would
be
appreciated.
Thank you

Gene Haines



--
Ikaabod
------------------------------------------------------------------------
Ikaabod's Profile: http://www.excelforum.com/member.php...o&userid=33371
View this thread: http://www.excelforum.com/showthread...hreadid=540741


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
Linking or Vlookup actual values Gene Haines New Users to Excel 2 May 11th 06 04:07 AM
VLOOKUP Problem Ian Excel Discussion (Misc queries) 3 April 6th 06 06:47 PM
VLOOKUP Limitations chris_manning Excel Worksheet Functions 2 August 9th 05 06:23 PM
Is there a way to do a vlookup to look up two columns versus one? jpd Excel Worksheet Functions 8 January 28th 05 10:19 AM
vlookup data hidden within worksheet Excel Worksheet Functions 0 January 26th 05 12:09 PM


All times are GMT +1. The time now is 09:26 AM.

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

About Us

"It's about Microsoft Excel"