PC Review


Reply
Thread Tools Rate Thread

Date refrencing

 
 
Amin
Guest
Posts: n/a
 
      19th Apr 2010
hi i have two sheets one is inventory the other is summary with the same
style and clumn headings.
now i want the date of the summary sheet to record the dates put in the
inventory column but when i use the formula i get 1900 year, i suppose becos
i yet dont have dates but is there a better way of doing this thing. thanks
 
Reply With Quote
 
 
 
 
Eduardo
Guest
Posts: n/a
 
      19th Apr 2010
Hi,
sounds like a format problem, right click on the mouse, cell format, date,
choose the desired format

"Amin" wrote:

> hi i have two sheets one is inventory the other is summary with the same
> style and clumn headings.
> now i want the date of the summary sheet to record the dates put in the
> inventory column but when i use the formula i get 1900 year, i suppose becos
> i yet dont have dates but is there a better way of doing this thing. thanks

 
Reply With Quote
 
Ms-Exl-Learner
Guest
Posts: n/a
 
      19th Apr 2010
Please post your formula for giving a better solution. Anyway have a look in
the below example:

Assume that I am comparing the Summary sheet A2 cell value with Inventory
From the Column A to C and I would like to get the result of C column if the
Summary sheet A2 cell value match with Inventory A Column data.

When the Summary sheet A2 cell is formatted as Date and if I use the below
formula
=VLOOKUP(A2,Inventory!A:C,3,FALSE)
Then I will get the error which is mentioned by you.

To come out of this issue if you construct your formula like the below then
you wont get any values in A2 cell and it will be shown as Blank.

=IF(VLOOKUP(A2,Inventory!A:C,3,FALSE)=0,"",VLOOKUP(A2,Inventory!A:C,3,FALSE))

--
Remember to Click Yes, if this post helps!

--------------------
(Ms-Exl-Learner)
--------------------


"Amin" wrote:

> hi i have two sheets one is inventory the other is summary with the same
> style and clumn headings.
> now i want the date of the summary sheet to record the dates put in the
> inventory column but when i use the formula i get 1900 year, i suppose becos
> i yet dont have dates but is there a better way of doing this thing. thanks

 
Reply With Quote
 
Amin
Guest
Posts: n/a
 
      20th Apr 2010
Hi there sorry for the delay but thanks for the assistance, so far i have not
used your strategy yet but theble i trouble i have looks like this. two
sheet one is summary the other is inventory i want the summary to record the
days in the inventory so i did this: =Inventory!C4 and got this: 00 January
1900 hope t
his will help you get it for me

"Ms-Exl-Learner" wrote:

> Please post your formula for giving a better solution. Anyway have a look in
> the below example:
>
> Assume that I am comparing the Summary sheet A2 cell value with Inventory
> From the Column A to C and I would like to get the result of C column if the
> Summary sheet A2 cell value match with Inventory A Column data.
>
> When the Summary sheet A2 cell is formatted as Date and if I use the below
> formula
> =VLOOKUP(A2,Inventory!A:C,3,FALSE)
> Then I will get the error which is mentioned by you.
>
> To come out of this issue if you construct your formula like the below then
> you wont get any values in A2 cell and it will be shown as Blank.
>
> =IF(VLOOKUP(A2,Inventory!A:C,3,FALSE)=0,"",VLOOKUP(A2,Inventory!A:C,3,FALSE))
>
> --
> Remember to Click Yes, if this post helps!
>
> --------------------
> (Ms-Exl-Learner)
> --------------------
>
>
> "Amin" wrote:
>
> > hi i have two sheets one is inventory the other is summary with the same
> > style and clumn headings.
> > now i want the date of the summary sheet to record the dates put in the
> > inventory column but when i use the formula i get 1900 year, i suppose becos
> > i yet dont have dates but is there a better way of doing this thing. thanks

 
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
VBA Refrencing Master gb0dms Microsoft Powerpoint 1 16th Oct 2008 11:00 PM
Refrencing Diffrent Tab. Ardy Microsoft Excel Programming 1 10th Jan 2007 05:20 AM
Refrencing Diffrent Tab. Ardy Microsoft Excel Programming 1 10th Jan 2007 03:25 AM
Refrencing John Smith Microsoft Excel Programming 4 31st Jan 2006 03:01 PM
Refrencing Another DB Ant Microsoft Access Form Coding 1 26th Nov 2003 03:51 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:26 PM.