#1   Report Post  
Posted to microsoft.public.excel.misc
babz
 
Posts: n/a
Default Formula Help


I need help with a formula. I can't figure out how to calculate for a
missing number.

'05 we sold x units, I know we had a X% increase over '04 so what was
the '04 sales?

Column A = '05
Columb B = '04
Column C = % increase


--
babz
------------------------------------------------------------------------
babz's Profile: http://www.excelforum.com/member.php...o&userid=27810
View this thread: http://www.excelforum.com/showthread...hreadid=493074

  #2   Report Post  
Posted to microsoft.public.excel.misc
CLR
 
Posts: n/a
Default Formula Help

'04 sales = '05 sales / 1.X% increase

Vaya con Dios,
Chuck, CABGx3




"babz" wrote:


I need help with a formula. I can't figure out how to calculate for a
missing number.

'05 we sold x units, I know we had a X% increase over '04 so what was
the '04 sales?

Column A = '05
Columb B = '04
Column C = % increase


--
babz
------------------------------------------------------------------------
babz's Profile: http://www.excelforum.com/member.php...o&userid=27810
View this thread: http://www.excelforum.com/showthread...hreadid=493074


  #3   Report Post  
Posted to microsoft.public.excel.misc
JE McGimpsey
 
Posts: n/a
Default Formula Help

One way:

B1: =A1 / (1+C1)

This assumes that by "% increase" you mean that C1 has a value of, say,
20% or 0.2. If instead it's 20, use

B1: =A1 / (1 + C1/100)


In article ,
babz wrote:

I need help with a formula. I can't figure out how to calculate for a
missing number.

'05 we sold x units, I know we had a X% increase over '04 so what was
the '04 sales?

Column A = '05
Columb B = '04
Column C = % increase

  #4   Report Post  
Posted to microsoft.public.excel.misc
Scott Wagner
 
Posts: n/a
Default Formula Help

OK open a blank worksheet and follow steps below.

in cell A1 enter 110
in cell c1 enter 10%
in cell b1 enter this formula =A1/(C1+1)

That should work.

Read more about how this works mathmatically he
http://www.editteach.org/documents/W...ercentages.pdf




"babz" wrote:


I need help with a formula. I can't figure out how to calculate for a
missing number.

'05 we sold x units, I know we had a X% increase over '04 so what was
the '04 sales?

Column A = '05
Columb B = '04
Column C = % increase


--
babz
------------------------------------------------------------------------
babz's Profile: http://www.excelforum.com/member.php...o&userid=27810
View this thread: http://www.excelforum.com/showthread...hreadid=493074


  #5   Report Post  
Posted to microsoft.public.excel.misc
babz
 
Posts: n/a
Default Formula Help


Thank you both - you are lifesavers!


--
babz
------------------------------------------------------------------------
babz's Profile: http://www.excelforum.com/member.php...o&userid=27810
View this thread: http://www.excelforum.com/showthread...hreadid=493074

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
Hide formula skateblade Excel Worksheet Functions 10 October 15th 05 08:36 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 03:28 AM
IF & VLOOKUP FORMULA taxmom Excel Worksheet Functions 3 March 2nd 05 03:35 PM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM
Help with macro formula and variable Huge project Excel Worksheet Functions 0 December 28th 04 01:27 AM


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