Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 2
Default Formula Format problem - I think

I am using the following format to query another sheet and return data.

=(SUMIF('Assignments Formulas'!B$5:B$251,B4,'Assignments
Formulas'!R$5:R$251))/2

It works great for part of my needs, but not for all. In the next column I
need to do essentially the same thing plus divide R$5:R$251 by Q$5:Q$251 but
everything I have tried comes back as an error.

I'd really appreciate some help with the syntax since I am pretty sure it
can all be done, but I just don't know what I am doing!

If not- I realize I can add additonal columns and then hide them to simplify
the formula. : (

I'm starting an excel class tonight... but this needs to be done today



=(SUMIF('Assignments Formulas'!B$5:B$251,B4,'Assignments
Formulas'!R$5:R$251))/2


  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 293
Default Formula Format problem - I think

Hi Whitney,

You could use:
=SUMPRODUCT('Assignments Formulas'!B$5:B$251=B4,'Assignments Formulas'!R$5:R$251/'Assignments Formulas'!Q$5:Q$251)/2
But do note there's still a risk of errors if any of the contents of Q$5:Q$251 is 0 or text.

--
Cheers
macropod
[Microsoft MVP - Word]


"Whitney Serio" wrote in message ...
I am using the following format to query another sheet and return data.

=(SUMIF('Assignments Formulas'!B$5:B$251,B4,'Assignments
Formulas'!R$5:R$251))/2

It works great for part of my needs, but not for all. In the next column I
need to do essentially the same thing plus divide R$5:R$251 by Q$5:Q$251 but
everything I have tried comes back as an error.

I'd really appreciate some help with the syntax since I am pretty sure it
can all be done, but I just don't know what I am doing!

If not- I realize I can add additonal columns and then hide them to simplify
the formula. : (

I'm starting an excel class tonight... but this needs to be done today



=(SUMIF('Assignments Formulas'!B$5:B$251,B4,'Assignments
Formulas'!R$5:R$251))/2


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
General Format to Custom format problem KELC-F/A Excel Discussion (Misc queries) 1 May 2nd 08 09:51 PM
Format problem Sapphyre Excel Discussion (Misc queries) 13 August 22nd 07 04:52 PM
Date Format - Formula Problem Josh O. Excel Discussion (Misc queries) 4 January 19th 07 06:36 PM
Format Problem Amjad Excel Discussion (Misc queries) 1 September 12th 05 10:07 AM
number format problem when using =A1&A2 formula N E Body Excel Discussion (Misc queries) 3 June 14th 05 09:34 PM


All times are GMT +1. The time now is 01:31 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"