Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 9
Default Multiple IF Statement

Hi
I am trying to make a cell produce a value baed on the curent value entered
in a cell..

i.e. Cell A2 can have 4 possible numbers 1,2,3,4
Cell A1 should be either 20%, 40%, 60%, 80% depending on the
number selected 1 = 20% etc

How would I use a formula in cell A1 to produce this requirement. A
multiple IF Statement possibly?


Regards

John

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
bj bj is offline
external usenet poster
 
Posts: 1,397
Default Multiple IF Statement

in A1 enter
=.2*A2
and format A1 as percent

"John" wrote:

Hi
I am trying to make a cell produce a value baed on the curent value entered
in a cell..

i.e. Cell A2 can have 4 possible numbers 1,2,3,4
Cell A1 should be either 20%, 40%, 60%, 80% depending on the
number selected 1 = 20% etc

How would I use a formula in cell A1 to produce this requirement. A
multiple IF Statement possibly?


Regards

John

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,311
Default Multiple IF Statement

How about a simple equation?

=A2*0.2
Format A2 to Percentage with 0 decimal places.

Another way formatted general.
=A1*20 & "%"

HTH,
Paul



"John" wrote in message
...
Hi
I am trying to make a cell produce a value baed on the curent value
entered in a cell..

i.e. Cell A2 can have 4 possible numbers 1,2,3,4
Cell A1 should be either 20%, 40%, 60%, 80% depending on the
number selected 1 = 20% etc

How would I use a formula in cell A1 to produce this requirement. A
multiple IF Statement possibly?


Regards

John



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default Multiple IF Statement

=20%*A2
--
David Biddulph

"John" wrote in message
...
Hi
I am trying to make a cell produce a value baed on the curent value
entered in a cell..

i.e. Cell A2 can have 4 possible numbers 1,2,3,4
Cell A1 should be either 20%, 40%, 60%, 80% depending on the
number selected 1 = 20% etc

How would I use a formula in cell A1 to produce this requirement. A
multiple IF Statement possibly?


Regards

John



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 9
Default Multiple IF Statement

THanks Guys,
I was looking for a complicated answer when a simple one will do the same
thing...
Regards

John

"John" wrote in message
...
Hi
I am trying to make a cell produce a value baed on the curent value
entered in a cell..

i.e. Cell A2 can have 4 possible numbers 1,2,3,4
Cell A1 should be either 20%, 40%, 60%, 80% depending on the
number selected 1 = 20% etc

How would I use a formula in cell A1 to produce this requirement. A
multiple IF Statement possibly?


Regards

John




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
Multiple If (Lookup?) Statement Teri Excel Worksheet Functions 7 January 31st 07 06:44 PM
Multiple If Statement TamIam Excel Worksheet Functions 8 October 18th 06 08:55 PM
Help with a multiple OR statement. Pank Excel Discussion (Misc queries) 2 July 11th 06 03:10 PM
IF Statement with multiple conditions Ladypep Excel Discussion (Misc queries) 3 April 5th 06 02:44 PM
IF statement using multiple criteria Joe Gieder Excel Worksheet Functions 1 October 27th 05 09:11 PM


All times are GMT +1. The time now is 07:01 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"