Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 519
Default In column B:B and D:D I've a Formula

Hello from Steved

Ok Column D:D finds CITY DEPOT

once found add CITY DEPOT Kilometres in Column B:B

What is needed please to acheive adding Kilometres in Column B:B the below
is not working and I don't know what is wrong yes Columns B:B and D:D have
formulas.

=SUM(($D$2:$D$3000="CITY DEPOT")*$B$2:$B$3000)
{=SUM(($D$2:$D$3000="CITY DEPOT")*$B$2:$B$3000)}

Thankyou.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,058
Default In column B:B and D:D I've a Formula

=SUMPRODUCT(($D$2:$D$3000="CITY DEPOT")*($B$2:$B$3000))
--
Gary''s Student - gsnu200853
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 519
Default In column B:B and D:D I've a Formula

Hello from Steved

I Thankyou but I'm getting #VALUE! by using your formula

=SUMPRODUCT(($D$2:$D$3000="CITY DEPOT")*($B$2:$B$3000))
And also I did this.
{=SUMPRODUCT(($D$2:$D$3000="CITY DEPOT")*($B$2:$B$3000))}

The below is in Column B:B
{=IF(ISNA(VLOOKUP(A2,'Auckland
Kilometres'!$A$2:$G$1977,7,FALSE)),"0",VLOOKUP(A2, 'Auckland
Kilometres'!$A$2:$G$1977,7,FALSE))}


The below is in Column D:D
{=IF(ISNA(VLOOKUP(A2,'Auckland Kilometres'!$A$5:$E$4952,4,FALSE)),"Out Of
Service",VLOOKUP(A2,'Auckland Kilometres'!$A$5:$E$4952,4,FALSE))}




"Gary''s Student" wrote:

=SUMPRODUCT(($D$2:$D$3000="CITY DEPOT")*($B$2:$B$3000))
--
Gary''s Student - gsnu200853

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 519
Default In column B:B and D:D I've a Formula

Hello from Steved

Thankyou I had another look and foun that a couple off the formulas were the
problem alls well



"Steved" wrote:

Hello from Steved

I Thankyou but I'm getting #VALUE! by using your formula

=SUMPRODUCT(($D$2:$D$3000="CITY DEPOT")*($B$2:$B$3000))
And also I did this.
{=SUMPRODUCT(($D$2:$D$3000="CITY DEPOT")*($B$2:$B$3000))}

The below is in Column B:B
{=IF(ISNA(VLOOKUP(A2,'Auckland
Kilometres'!$A$2:$G$1977,7,FALSE)),"0",VLOOKUP(A2, 'Auckland
Kilometres'!$A$2:$G$1977,7,FALSE))}


The below is in Column D:D
{=IF(ISNA(VLOOKUP(A2,'Auckland Kilometres'!$A$5:$E$4952,4,FALSE)),"Out Of
Service",VLOOKUP(A2,'Auckland Kilometres'!$A$5:$E$4952,4,FALSE))}




"Gary''s Student" wrote:

=SUMPRODUCT(($D$2:$D$3000="CITY DEPOT")*($B$2:$B$3000))
--
Gary''s Student - gsnu200853

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
highest # in a column A & returns answer from column B Formula Randy Excel Discussion (Misc queries) 6 October 30th 07 10:17 PM
formula : =(column A)+(column B)-(column C). Why won't it work? Kristin Drover Excel Discussion (Misc queries) 3 October 18th 06 08:48 PM
Formula to look up a column and paste results in another column DM Excel Worksheet Functions 4 March 28th 06 07:36 PM
column to column conditional formatting won't work, need formula rrupp Excel Worksheet Functions 1 August 23rd 05 10:06 PM
what formula do i put for column m = column k minus column l in e. jenniss Excel Discussion (Misc queries) 5 January 6th 05 08:18 PM


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

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"