#1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 70
Default date error

hi
i have 2 problem.
1) iam using a vlookup formula, but when there is no value in the cell the
cell shows the ( 0 for date and jan for month) 0-jan. but i want to be 0
instead of the 0-jan, why its happening,

2) i have a database upto 2000 subscriber paying monthly sub. some customer
pays twice in month. i used vlookup formula . it shows only one date , is
there possible to show all the date in one cell, so i can know how many times
that customer paid the subs in these month. if instead if vlookup i used the
sumif formula its add the date and i got the wrong date.

so pls help.
regards
anil


  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 79
Default date error

1-
Try something like IF(VLOOKUP(....)=0;"";VLOOKUP(....))

2-
I don't know if you can show all the dates in one cell but you can identify
the customer that pays twice using SUMPRODUCT. Something like this:

=SUMPRODUCT(--($A$5:$A$104=$A6);--($B$5:$B$104=$B6))1
where column A has the month and column B has the name of customer and you
can put this formula in C6. It will show if the customer in B6 paid twice in
the same month of A6

--

Rodrigo Ferreira
Regards from Brazil


"hitesh" escreveu na mensagem
...
hi
i have 2 problem.
1) iam using a vlookup formula, but when there is no value in the cell
the
cell shows the ( 0 for date and jan for month) 0-jan. but i want to be 0
instead of the 0-jan, why its happening,

2) i have a database upto 2000 subscriber paying monthly sub. some
customer
pays twice in month. i used vlookup formula . it shows only one date , is
there possible to show all the date in one cell, so i can know how many
times
that customer paid the subs in these month. if instead if vlookup i used
the
sumif formula its add the date and i got the wrong date.

so pls help.
regards
anil




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
date() function error [email protected] Excel Worksheet Functions 6 March 1st 07 09:47 PM
date error hitesh via OfficeKB.com Excel Discussion (Misc queries) 1 October 20th 06 02:34 PM
Error in date field satya Excel Discussion (Misc queries) 1 October 17th 06 11:45 AM
Complile Error with Date dbl Excel Worksheet Functions 2 October 10th 05 12:33 PM
Date Error - HELP! Mikey Moe Excel Discussion (Misc queries) 1 February 6th 05 02:43 AM


All times are GMT +1. The time now is 12:24 PM.

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"