#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default if formulas

I'm trying to create a formula to do the following. Can someone help me put
this in the correct format?

If E8=X, then G8=(g4*m8)
and if E8 is blank, leave blank

I tried to post this before and I didn't see it post, so I'm sorry if it
appears twice.

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default if formulas

What was wrong with the answers in your other thread?

"a3rdcharm" wrote:

I'm trying to create a formula to do the following. Can someone help me put
this in the correct format?

If E8=X, then G8=(g4*m8)
and if E8 is blank, leave blank

I tried to post this before and I didn't see it post, so I'm sorry if it
appears twice.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 793
Default if formulas

Enter the following in cell G8;
=IF(E8="X",G4*M8,"")

I am assuming G4 and M8 contain values to be multiplied and put in G8 if E8
contains X.

Let me know if this is what you wanted.

"a3rdcharm" wrote:

I'm trying to create a formula to do the following. Can someone help me put
this in the correct format?

If E8=X, then G8=(g4*m8)
and if E8 is blank, leave blank

I tried to post this before and I didn't see it post, so I'm sorry if it
appears twice.

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
CELLS NOT CALC FORMULAS - VALUES STAY SME FORMULAS CORRECT?? HELP Sherberg Excel Worksheet Functions 4 September 11th 07 01:34 AM
lookup formulas dependent upon lookup formulas Skibee Excel Worksheet Functions 1 July 20th 07 01:06 PM
automatically copy formulas down columns or copy formulas all the HowlingBlue Excel Worksheet Functions 1 March 16th 07 11:11 PM
Formulas not evaluated, Formulas treated as strings Bob Sullentrup Excel Discussion (Misc queries) 0 November 27th 06 08:01 PM
formulas for changing formulas? creativeops Excel Discussion (Misc queries) 4 January 26th 06 03:07 AM


All times are GMT +1. The time now is 06:57 PM.

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"