Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I am trying to create an IF formula. I want the column M to calculate G4*I4 if
the value in column G is greater than 0 if not then I want M to calculate K4*1 Can you help? Is this even possible? |
#2
![]() |
|||
|
|||
![]()
=IF(G40,G4*I4,K4)
HTH, Gary Brown "Dazed & Confuzed in my Office" wrote: I am trying to create an IF formula. I want the column M to calculate G4*I4 if the value in column G is greater than 0 if not then I want M to calculate K4*1 Can you help? Is this even possible? |
#3
![]() |
|||
|
|||
![]()
k4*1 or k4*i4??
=if(g40,g4,k4)*i4 -- Don Guillett SalesAid Software "Dazed & Confuzed in my Office" <Dazed & Confuzed in my wrote in message ... I am trying to create an IF formula. I want the column M to calculate G4*I4 if the value in column G is greater than 0 if not then I want M to calculate K4*1 Can you help? Is this even possible? |
#4
![]() |
|||
|
|||
![]()
=IF(G40,G4*I4,K4)
-- HTH RP (remove nothere from the email address if mailing direct) "Dazed & Confuzed in my Office" <Dazed & Confuzed in my wrote in message ... I am trying to create an IF formula. I want the column M to calculate G4*I4 if the value in column G is greater than 0 if not then I want M to calculate K4*1 Can you help? Is this even possible? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Problem with VBA returning the contents of a long formula. | Excel Discussion (Misc queries) | |||
Match / Vlookup within an Array formula | Excel Discussion (Misc queries) | |||
revert formula insertion to old method | Setting up and Configuration of Excel | |||
Help with macro formula and variable | Excel Worksheet Functions | |||
Cell doesn't show formula result - it shows formula (CTRL + ' doe. | Excel Worksheet Functions |