Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8
Default Correct FORMULA NEEDED PLEASE

Hi,

I am using the following formula:

=SUM(H5:H12,G5:G12,F5:F12)*200000/M5:M12

The formula is giving me the wrong answer. Is this the correct formula? What
I am trying to achieve is continuos information for a rolling 12 months. When
I add another month all the information will change to the most current with
the formula used above. Please help.


Thanks in advance
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,047
Default Correct FORMULA NEEDED PLEASE

hi

=SUM(H5:H12,G5:G12,F5:F12)*200000/sum(M5:M12)

hth
--
regards from Brazil
Thanks in advance for your feedback.
Marcelo



"Need Help" escreveu:

Hi,

I am using the following formula:

=SUM(H5:H12,G5:G12,F5:F12)*200000/M5:M12

The formula is giving me the wrong answer. Is this the correct formula? What
I am trying to achieve is continuos information for a rolling 12 months. When
I add another month all the information will change to the most current with
the formula used above. Please help.


Thanks in advance

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default Correct FORMULA NEEDED PLEASE

What are you trying to do by dividing with M5:M12 ? Does this mean
divide by the sum of these values? If so, try this:

=SUM(H5:H12,G5:G12,F5:F12)*200000/sum(M5:M12)

You might like to change the first part to read:

=SUM(F5:H12)*200000/sum(M5:M12)

Hope this helps.

Pete

Need Help wrote:
Hi,

I am using the following formula:

=SUM(H5:H12,G5:G12,F5:F12)*200000/M5:M12

The formula is giving me the wrong answer. Is this the correct formula? What
I am trying to achieve is continuos information for a rolling 12 months. When
I add another month all the information will change to the most current with
the formula used above. Please help.


Thanks in advance


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8
Default Correct FORMULA NEEDED PLEASE

Yes, this helps now my next problem is if I delete row 5 it will change all
my data. remember that I am trying to do a rolling 12 month. Do you know a
formula that can help with that?

"Marcelo" wrote:

hi

=SUM(H5:H12,G5:G12,F5:F12)*200000/sum(M5:M12)

hth
--
regards from Brazil
Thanks in advance for your feedback.
Marcelo



"Need Help" escreveu:

Hi,

I am using the following formula:

=SUM(H5:H12,G5:G12,F5:F12)*200000/M5:M12

The formula is giving me the wrong answer. Is this the correct formula? What
I am trying to achieve is continuos information for a rolling 12 months. When
I add another month all the information will change to the most current with
the formula used above. Please help.


Thanks in advance

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8
Default Correct FORMULA NEEDED PLEASE

I am dividing the total numbers within those cells for example

H5-F12 will represent 30
M5-M12 will represent 774628

30 X 200000/774628 = 7.7
Each month that is added the number will change but when I use this formula
and I delete the H5 all the information changes in each cell. How can I stop
this from happening?


Thanks

"Pete_UK" wrote:

What are you trying to do by dividing with M5:M12 ? Does this mean
divide by the sum of these values? If so, try this:

=SUM(H5:H12,G5:G12,F5:F12)*200000/sum(M5:M12)

You might like to change the first part to read:

=SUM(F5:H12)*200000/sum(M5:M12)

Hope this helps.

Pete

Need Help wrote:
Hi,

I am using the following formula:

=SUM(H5:H12,G5:G12,F5:F12)*200000/M5:M12

The formula is giving me the wrong answer. Is this the correct formula? What
I am trying to achieve is continuos information for a rolling 12 months. When
I add another month all the information will change to the most current with
the formula used above. Please help.


Thanks in advance





  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 623
Default Correct FORMULA NEEDED PLEASE

Why are you deleting H5? What do you mean "each month that is added". How are
you adding this information -- by extending the range?

Wouldn't a simple solution be to replace H5, rather than add and delete?

--
Regards,
Fred


"Need Help" wrote in message
...
I am dividing the total numbers within those cells for example

H5-F12 will represent 30
M5-M12 will represent 774628

30 X 200000/774628 = 7.7
Each month that is added the number will change but when I use this formula
and I delete the H5 all the information changes in each cell. How can I stop
this from happening?


Thanks

"Pete_UK" wrote:

What are you trying to do by dividing with M5:M12 ? Does this mean
divide by the sum of these values? If so, try this:

=SUM(H5:H12,G5:G12,F5:F12)*200000/sum(M5:M12)

You might like to change the first part to read:

=SUM(F5:H12)*200000/sum(M5:M12)

Hope this helps.

Pete

Need Help wrote:
Hi,

I am using the following formula:

=SUM(H5:H12,G5:G12,F5:F12)*200000/M5:M12

The formula is giving me the wrong answer. Is this the correct formula?
What
I am trying to achieve is continuos information for a rolling 12 months.
When
I add another month all the information will change to the most current
with
the formula used above. Please help.


Thanks in advance





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
Match then lookup Tenacity Excel Worksheet Functions 9 December 3rd 05 05:30 AM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
Formula needed Excel Worksheet Functions 2 November 25th 05 05:07 PM
Vlookup, What is correct formula for problem below? Bill R Excel Worksheet Functions 7 August 2nd 05 04:01 AM
Formula Result Correct but value in the cell is wrong jac Excel Worksheet Functions 2 December 17th 04 08:05 PM


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