Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 16
Default Multiplication problem

Hello

Click on the link below to view the problem
http://phpaw.com/myscrpit/milt-up/jp...1125872703.jpg

I am not sure whether to use select case function or if-then

Thanks for any help
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 611
Default Multiplication problem

Ali,

Unless I've totally missed the point, perhaps you can write:

Select Case UserChoice
Case is = 1
Result = (3*x^2)*(4*x^3)
Case is = 2
Result = (1 - x^4) * 6 * x
End Select

Or

If UserChoice = 1 then
Result = (3*x^2)*(4*x^3)
Elseif UserChoice = 2 then
Result = (1 - x^4) * 6 * x
End if
--
Earl Kiosterud
www.smokeylake.com

"Ali Baba" wrote in message
...
Hello

Click on the link below to view the problem
http://phpaw.com/myscrpit/milt-up/jp...1125872703.jpg

I am not sure whether to use select case function or if-then

Thanks for any help



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
Multiplication Danny Mac Excel Worksheet Functions 8 December 7th 06 10:28 PM
multiplication fitpeach3 Excel Worksheet Functions 2 September 19th 06 11:07 PM
Multiplication problem- Please Help! millzenator Excel Discussion (Misc queries) 8 May 17th 06 03:28 PM
avoiding multiplication weeclaire Excel Discussion (Misc queries) 4 April 7th 06 02:07 PM
Charts multiplication Valdi Charts and Charting in Excel 1 August 11th 05 09:34 PM


All times are GMT +1. The time now is 09:34 PM.

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"