A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Constant Data to be used for different possibilities



 
 
Thread Tools Display Modes
  #1  
Old November 9th, 2009, 01:44 AM posted to microsoft.public.excel.misc
Cbdavis
external usenet poster
 
Posts: 5
Default Constant Data to be used for different possibilities

If I have C7 as the constant but E7 or H7 or J7(depending on the imput) needs
to be multiplied by it- how can I make the answer appear in D7?

Example: C7 is product weight of 47 lbs
E7 is a qty of price level 1
H7 is a qty of price level 2
J7 is aqty of price level 3
Only one price level is to be chosen on a row but the weight remains the same.
so I would like to have the weight calculated with any possible price level
qty entered.

  #2  
Old November 9th, 2009, 11:06 AM posted to microsoft.public.excel.misc
Stefi
external usenet poster
 
Posts: 1,841
Default Constant Data to be used for different possibilities

Something like this:
=C7*IF(A7=E7,E7,IF(A7=H7,H7,J7))

Regards,
Stefi

„Cbdavis” ezt *rta:

If I have C7 as the constant but E7 or H7 or J7(depending on the imput) needs
to be multiplied by it- how can I make the answer appear in D7?

Example: C7 is product weight of 47 lbs
E7 is a qty of price level 1
H7 is a qty of price level 2
J7 is aqty of price level 3
Only one price level is to be chosen on a row but the weight remains the same.
so I would like to have the weight calculated with any possible price level
qty entered.

  #3  
Old November 10th, 2009, 01:03 PM posted to microsoft.public.excel.misc
Cbdavis
external usenet poster
 
Posts: 5
Default Constant Data to be used for different possibilities

Sorry I am confused...
Not sure what the A7 cell represents

"Stefi" wrote:

Something like this:
=C7*IF(A7=E7,E7,IF(A7=H7,H7,J7))

Regards,
Stefi

„Cbdavis” ezt *rta:

If I have C7 as the constant but E7 or H7 or J7(depending on the imput) needs
to be multiplied by it- how can I make the answer appear in D7?

Example: C7 is product weight of 47 lbs
E7 is a qty of price level 1
H7 is a qty of price level 2
J7 is aqty of price level 3
Only one price level is to be chosen on a row but the weight remains the same.
so I would like to have the weight calculated with any possible price level
qty entered.

  #4  
Old November 10th, 2009, 01:47 PM posted to microsoft.public.excel.misc
David Biddulph
external usenet poster
 
Posts: 8,714
Default Constant Data to be used for different possibilities

It looks like A7 is the quantity. You seem to be saying that the price is
E7 or H7 or J7, depending on the quantity [or, as you said, depending on the
imput (sic)], so A7 is the quantity that leads to that decision. If that
isn't what you want, you will need to explain what you do want.
--
David Biddulph

"Cbdavis" wrote in message
...
Sorry I am confused...
Not sure what the A7 cell represents

"Stefi" wrote:

Something like this:
=C7*IF(A7=E7,E7,IF(A7=H7,H7,J7))

Regards,
Stefi

"Cbdavis" ezt rta:

If I have C7 as the constant but E7 or H7 or J7(depending on the imput)
needs
to be multiplied by it- how can I make the answer appear in D7?

Example: C7 is product weight of 47 lbs
E7 is a qty of price level 1
H7 is a qty of price level 2
J7 is aqty of price level 3
Only one price level is to be chosen on a row but the weight remains
the same.
so I would like to have the weight calculated with any possible price
level
qty entered.



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


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


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright 2004-2024 OfficeFrustration.
The comments are property of their posters.