View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JR
 
Posts: n/a
Default Excel If Statements, please help!

You could still if statements, just use more cells so you don't get a
circular reference. It sounds like M7 could always be G7*1.5. In M8, put in
If(M70,M7," "), then have G10 refer to M8 and G11 refer to M9, etc.

"izzie" wrote:


I've been trying to make multiple IF statements but it says that I have
too many arguements. The problem is, I need to have a calculation for
my work.

Here's what I need to be done

For example:

If G7 is changed, then M7 needs to change to what G7 is times 0.5

Then, if G10 is changed M7 also needs to be changed. However, if M7 is
greater that zero this equation needs to be done M7+G7-M7*G7
If M7 is less than zero, this equation needs to be done M7+G7+M7*G7

Then, if G11 is changed, M7 also needs to be changed and the same rules
above apply.

Can anyone help me to do this please? I've been trying for ages and I
can't find a solution.

Many thanks

Izzie


--
izzie
------------------------------------------------------------------------
izzie's Profile: http://www.excelforum.com/member.php...o&userid=29491
View this thread: http://www.excelforum.com/showthread...hreadid=491912