Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 13
Default how can i setup formula in excell

i have got two sheets in sheet 1
A B C
29-Mar-05 30-May-05 7.00
31-May-05 24-Jun-05 39.00
25-Jun-05 01-Jul-05 46.00
In Sheet 2 i got...

01-Apr 7
02-Apr 7
03-Apr 7
04-Apr 7
05-Apr 7
06-Apr 7
07-Apr 7
08-Apr 7
09-Apr 7
10-Apr 7
11-Apr 7
12-Apr 7
13-Apr 7
14-Apr 7
can i put some formula to get it done automaticaly.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 618
Default how can i setup formula in excell

Hi

can i put some formula to get it done automaticaly.


not sure on what "it" is, ie the thing you want to get done automatically
....
i can't see how 7 (whatever's) per day for April relate at all to
A B C
29-Mar-05 30-May-05 7.00
31-May-05 24-Jun-05 39.00
25-Jun-05 01-Jul-05 46.00


if you'ld like to explain your data and what you want to achieve with a few
more words i'm sure we can assist.

--
Cheers
JulieD
check out www.hcts.net.au/tipsandtricks.htm
....well i'm working on it anyway
"darsg" wrote in message
...
i have got two sheets in sheet 1
A B C
29-Mar-05 30-May-05 7.00
31-May-05 24-Jun-05 39.00
25-Jun-05 01-Jul-05 46.00
In Sheet 2 i got...

01-Apr 7
02-Apr 7
03-Apr 7
04-Apr 7
05-Apr 7
06-Apr 7
07-Apr 7
08-Apr 7
09-Apr 7
10-Apr 7
11-Apr 7
12-Apr 7
13-Apr 7
14-Apr 7
can i put some formula to get it done automaticaly.



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default how can i setup formula in excell

A guess:

Try VLOOKUP eg., =VLOOKUP(A1,Sheet1!$C$1:$A$3,3)

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,071
Default how can i setup formula in excell

If your sheet1 data are in A1:C3 and the sheet2 data start in A1:
=SUMPRODUCT((A1<=Sheet1!B1:B3)*(Sheet2!A1=Sheet1! A1:A3)*Sheet1!C1:C3)

"darsg" wrote:

i have got two sheets in sheet 1
A B C
29-Mar-05 30-May-05 7.00
31-May-05 24-Jun-05 39.00
25-Jun-05 01-Jul-05 46.00
In Sheet 2 i got...

01-Apr 7
02-Apr 7
03-Apr 7
04-Apr 7
05-Apr 7
06-Apr 7
07-Apr 7
08-Apr 7
09-Apr 7
10-Apr 7
11-Apr 7
12-Apr 7
13-Apr 7
14-Apr 7
can i put some formula to get it done automaticaly.

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
Excell 2007 setup Daryl Setting up and Configuration of Excel 3 January 28th 10 06:59 PM
Formula setup Liz Excel Discussion (Misc queries) 2 April 24th 09 05:19 PM
Excell Page setup Sameer[_3_] Excel Worksheet Functions 1 August 9th 07 12:48 PM
How Can I setup data in csv format in Excell? graywolf Excel Discussion (Misc queries) 4 November 15th 06 05:16 PM
Excell 2003 Page Setup Slow JT Lovell Excel Programming 6 September 17th 04 02:39 AM


All times are GMT +1. The time now is 09:28 PM.

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"