Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi all.
Need some help with the following: =IF(F2="50000",10%,IF(F2="100000",14%,("5%"))) When i run this function everything shows as 5%, yet anything 100000 = 14%, abd anything 50000 = 10%. Can anyone advise as to what is wrong with my IF function. Need help urgently Thankyou in advance -- Enquirer |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
There's a couple of things. First take the percentages out of quotes and they will return values and second revers the order of the statement so it evaluates the higher value first. =IF(F2=100000,10%,IF(F2=50000,14%,5%)) Mike "pejy69" wrote: Hi all. Need some help with the following: =IF(F2="50000",10%,IF(F2="100000",14%,("5%"))) When i run this function everything shows as 5%, yet anything 100000 = 14%, abd anything 50000 = 10%. Can anyone advise as to what is wrong with my IF function. Need help urgently Thankyou in advance -- Enquirer |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I did of course mean to change the percentages too!!
=IF(F2=100000,14%,IF(F2=50000,10%,5%)) "pejy69" wrote: Hi all. Need some help with the following: =IF(F2="50000",10%,IF(F2="100000",14%,("5%"))) When i run this function everything shows as 5%, yet anything 100000 = 14%, abd anything 50000 = 10%. Can anyone advise as to what is wrong with my IF function. Need help urgently Thankyou in advance -- Enquirer |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thankyou very much.... worked wonders
-- Enquirer "Mike H" wrote: Hi, There's a couple of things. First take the percentages out of quotes and they will return values and second revers the order of the statement so it evaluates the higher value first. =IF(F2=100000,10%,IF(F2=50000,14%,5%)) Mike "pejy69" wrote: Hi all. Need some help with the following: =IF(F2="50000",10%,IF(F2="100000",14%,("5%"))) When i run this function everything shows as 5%, yet anything 100000 = 14%, abd anything 50000 = 10%. Can anyone advise as to what is wrong with my IF function. Need help urgently Thankyou in advance -- Enquirer |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
formula/functions for average and if functions | Excel Worksheet Functions | |||
XL2003 FILTER FUNCTIONS VS. XL2007 FILTER FUNCTIONS | Excel Worksheet Functions | |||
efficiency: database functions vs. math functions vs. array formula | Excel Discussion (Misc queries) | |||
Looking for a site with functions that substitute the ATP functions | Excel Worksheet Functions | |||
Nesting functions in the functions dialog box | Excel Worksheet Functions |