#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Formula help

What I'm trying to create is a formula where if the number in C2 (x) is
greater than 50, calculate x-50=y, add sum of D2*50 +(y*(1.5*D2))

Thanks in advance for any help you can offer!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,480
Default Formula help

Hi Ashlea

if I understand your request, then
=IF(C250,D2*50+((C2-50)*(1.5*D2)),"")

The final "" or Null is what will be returned if C2<=50.
You can change this to whatever you want to be shown in that scenario.

--
Regards
Roger Govier

"Ashlea" wrote in message
...
What I'm trying to create is a formula where if the number in C2 (x) is
greater than 50, calculate x-50=y, add sum of D2*50 +(y*(1.5*D2))

Thanks in advance for any help you can offer!


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 02:57 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"