Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I need to use one of two formulas for one cell. I need the cell to either
figure 10% or 5% of another cell depending on the data I enter. Is there a way to save formulas and then choose which one I want to use for that cell? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
use if condition
= if(data=1,formula_1,formula_2) e.g.: if(A1=1,0.05*A2,0.1*A2) Mangesh "rechan" wrote in message ... I need to use one of two formulas for one cell. I need the cell to either figure 10% or 5% of another cell depending on the data I enter. Is there a way to save formulas and then choose which one I want to use for that cell? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
choosing a cell from a range | Excel Discussion (Misc queries) | |||
choosing the a cell from a range | Excel Discussion (Misc queries) | |||
In an excel cell,choosing a value,similar to combobox in VB - reg | New Users to Excel | |||
Excel formula(?) for choosing only 1 cell.. | Excel Discussion (Misc queries) | |||
choosing a cell with a comment | Excel Discussion (Misc queries) |