Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a sheet that by selecting a scenario from a drop down list some of the
values change. This normally works fine. But this time I have a slight problem. In scenario 1 cell B4 will equal 500 but if scenario 2 is selected than B4 needs to equal 107%. How can I change B4 back and forward from a value to a percentage? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
3eith,
Would something along these lines work: =IF(A1=1,TEXT(A2,"0.00"),TEXT(A3,"0.00%")) Where A1 is your "scenario" A2/A3 are formulae/values HTH "Keith" wrote: I have a sheet that by selecting a scenario from a drop down list some of the values change. This normally works fine. But this time I have a slight problem. In scenario 1 cell B4 will equal 500 but if scenario 2 is selected than B4 needs to equal 107%. How can I change B4 back and forward from a value to a percentage? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=IF(A1="scenario 1",500,107%)
"Keith" wrote: I have a sheet that by selecting a scenario from a drop down list some of the values change. This normally works fine. But this time I have a slight problem. In scenario 1 cell B4 will equal 500 but if scenario 2 is selected than B4 needs to equal 107%. How can I change B4 back and forward from a value to a percentage? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
I type NWO and it becomes NOW How can I keep NWO from changing? | Excel Discussion (Misc queries) | |||
chart type keeps changing | Charts and Charting in Excel | |||
changing the default type of searching in the find function | Excel Discussion (Misc queries) | |||
Changing a specific character type in text string | Excel Discussion (Misc queries) | |||
changing the order shown in the save type menu | Setting up and Configuration of Excel |