Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try this:
=IF(G2="", "", IF(G2="letter", C2 * E2, IF(G2="tabloid", (C2 * E2) * 2, ""))) Or, if tabloid and letter are the only possible values, this shorter version: =IF(G2="", "", IF(G2="letter", C2 * E2, (C2 * E2) * 2)) -- "Actually, I *am* a rocket scientist." -- JB (www.MadRocketScientist.com) Your feedback is appreciated, click YES if this post helped you. "paulab" wrote: Can someone help me out with a formula? I'm trying to get a running total of impressions from data in two columns with a variable. If column g=letter than mulitply column C with column E and If column g=tabloid multiply column C with column E *2 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Get rid of #VALUE, after multiplying | Excel Worksheet Functions | |||
Multiplying | Excel Worksheet Functions | |||
Multiplying | Excel Discussion (Misc queries) | |||
multiplying columns | Excel Discussion (Misc queries) | |||
Multiplying in a row | Excel Discussion (Misc queries) |