Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Hi,
I would like to write a formula which allows the user to put in the control data as either a % or £ sterling. For example: Rent £100 in year 1. For year 2 they either know the % increase or have a fixed figure, IE £200. Is there a formula which would identify whether they have entered a % or £ figure? Thanks Ian |
#2
![]() |
|||
|
|||
![]()
Not really unless they use text where you could look for the text strings,
otherwise it is just numbers with different formats (displays), there is a function called cell("format") but that would not be very stable -- Regards, Peo Sjoblom "martinco" wrote in message ... Hi, I would like to write a formula which allows the user to put in the control data as either a % or £ sterling. For example: Rent £100 in year 1. For year 2 they either know the % increase or have a fixed figure, IE £200. Is there a formula which would identify whether they have entered a % or £ figure? Thanks Ian |
#3
![]() |
|||
|
|||
![]()
The percentage values will (hopefully) be less than or equal to 1 (100%)
The money value (hopefully) will be more than £1.00 So =IF(B1<=1, "Percent","Loot") best wishes -- Bernard V Liengme www.stfx.ca/people/bliengme remove caps from email "martinco" wrote in message ... Hi, I would like to write a formula which allows the user to put in the control data as either a % or £ sterling. For example: Rent £100 in year 1. For year 2 they either know the % increase or have a fixed figure, IE £200. Is there a formula which would identify whether they have entered a % or £ figure? Thanks Ian |
#4
![]() |
|||
|
|||
![]()
Simple - very clever - thank you!
"Bernard Liengme" wrote: The percentage values will (hopefully) be less than or equal to 1 (100%) The money value (hopefully) will be more than £1.00 So =IF(B1<=1, "Percent","Loot") best wishes -- Bernard V Liengme www.stfx.ca/people/bliengme remove caps from email "martinco" wrote in message ... Hi, I would like to write a formula which allows the user to put in the control data as either a % or £ sterling. For example: Rent £100 in year 1. For year 2 they either know the % increase or have a fixed figure, IE £200. Is there a formula which would identify whether they have entered a % or £ figure? Thanks Ian |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copying result of formula into another worksheet??? | Excel Discussion (Misc queries) | |||
Numeric content in one cell ( implicit formula ) and the result in another one | Excel Discussion (Misc queries) | |||
Is there a formula to spell out a number in excel? | Excel Worksheet Functions | |||
Convert Numeric into Text | Excel Worksheet Functions | |||
Formula Result Correct but value in the cell is wrong | Excel Worksheet Functions |