Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Here's the set up:
A1 has 300,000 A2 has 1,000,000 A3 has 1,200,000 I want an if statement that if one of the following is above 1,000,000 then to multiply by 33% + 400,000. I want a statement that I want anything over 1,000,000 be multiplied by 33% + 400,000. Help! |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You didn't say what to do if the value is <=1000000.
Maybe this: =IF(A11000000,(A1-1000000)*0.33+400000,A1) Copy down as needed. Biff "Janet" wrote in message ... Here's the set up: A1 has 300,000 A2 has 1,000,000 A3 has 1,200,000 I want an if statement that if one of the following is above 1,000,000 then to multiply by 33% + 400,000. I want a statement that I want anything over 1,000,000 be multiplied by 33% + 400,000. Help! |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
We don't care if it is less than 1,000,000 though. We are more concerned if
it higher. "T. Valko" wrote: You didn't say what to do if the value is <=1000000. Maybe this: =IF(A11000000,(A1-1000000)*0.33+400000,A1) Copy down as needed. Biff "Janet" wrote in message ... Here's the set up: A1 has 300,000 A2 has 1,000,000 A3 has 1,200,000 I want an if statement that if one of the following is above 1,000,000 then to multiply by 33% + 400,000. I want a statement that I want anything over 1,000,000 be multiplied by 33% + 400,000. Help! |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Ok, this will leave the cell blank if the number is <=1000000:
=IF(A11000000,(A1-1000000)*0.33+400000,"") Biff "Janet" wrote in message ... We don't care if it is less than 1,000,000 though. We are more concerned if it higher. "T. Valko" wrote: You didn't say what to do if the value is <=1000000. Maybe this: =IF(A11000000,(A1-1000000)*0.33+400000,A1) Copy down as needed. Biff "Janet" wrote in message ... Here's the set up: A1 has 300,000 A2 has 1,000,000 A3 has 1,200,000 I want an if statement that if one of the following is above 1,000,000 then to multiply by 33% + 400,000. I want a statement that I want anything over 1,000,000 be multiplied by 33% + 400,000. Help! |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hmmm...
I just noticed AKphidelt's relpy. My interpretation is just the amount over 1000000, if any. Their interpretation is the total amount if 1000000. So, either way we got ya covered! Biff "T. Valko" wrote in message ... Ok, this will leave the cell blank if the number is <=1000000: =IF(A11000000,(A1-1000000)*0.33+400000,"") Biff "Janet" wrote in message ... We don't care if it is less than 1,000,000 though. We are more concerned if it higher. "T. Valko" wrote: You didn't say what to do if the value is <=1000000. Maybe this: =IF(A11000000,(A1-1000000)*0.33+400000,A1) Copy down as needed. Biff "Janet" wrote in message ... Here's the set up: A1 has 300,000 A2 has 1,000,000 A3 has 1,200,000 I want an if statement that if one of the following is above 1,000,000 then to multiply by 33% + 400,000. I want a statement that I want anything over 1,000,000 be multiplied by 33% + 400,000. Help! |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
lol, im sure something we did is right... my interpretation came from her
last line... " I want a statement that I want anything over 1,000,000 be multiplied by 33% + 400,000. Help! " But who knows, i've misinterpreted a lot of things in my life, lol. "T. Valko" wrote: Hmmm... I just noticed AKphidelt's relpy. My interpretation is just the amount over 1000000, if any. Their interpretation is the total amount if 1000000. So, either way we got ya covered! Biff "T. Valko" wrote in message ... Ok, this will leave the cell blank if the number is <=1000000: =IF(A11000000,(A1-1000000)*0.33+400000,"") Biff "Janet" wrote in message ... We don't care if it is less than 1,000,000 though. We are more concerned if it higher. "T. Valko" wrote: You didn't say what to do if the value is <=1000000. Maybe this: =IF(A11000000,(A1-1000000)*0.33+400000,A1) Copy down as needed. Biff "Janet" wrote in message ... Here's the set up: A1 has 300,000 A2 has 1,000,000 A3 has 1,200,000 I want an if statement that if one of the following is above 1,000,000 then to multiply by 33% + 400,000. I want a statement that I want anything over 1,000,000 be multiplied by 33% + 400,000. Help! |
#7
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=IF(A11000000,A1*.33+400000,"Not over Million")
"Janet" wrote: Here's the set up: A1 has 300,000 A2 has 1,000,000 A3 has 1,200,000 I want an if statement that if one of the following is above 1,000,000 then to multiply by 33% + 400,000. I want a statement that I want anything over 1,000,000 be multiplied by 33% + 400,000. Help! |
#8
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You two are funny! Thanks for the input!
"AKphidelt" wrote: =IF(A11000000,A1*.33+400000,"Not over Million") "Janet" wrote: Here's the set up: A1 has 300,000 A2 has 1,000,000 A3 has 1,200,000 I want an if statement that if one of the following is above 1,000,000 then to multiply by 33% + 400,000. I want a statement that I want anything over 1,000,000 be multiplied by 33% + 400,000. Help! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula problem | Excel Discussion (Misc queries) | |||
formula problem | Excel Worksheet Functions | |||
formula Problem | Excel Discussion (Misc queries) | |||
Formula problem | Excel Worksheet Functions | |||
Formula Problem | New Users to Excel |