LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Setting Conditional Formulas

if you want to do something like this in a worksheet

assume A1:A4 have 0 or 1
assume B1:B4 have numeric entries

=sumproduct(A1:A4,B1:B4)

--
Regards,
Tom Ogilvy


Wstohler wrote in message
...
I have 4 variables with value of either 0 or 1 - Var1, Var2, Var3, Var4
I have 4 cells that correspond to those variables - "Cell1", "Cell2",

"Cell3", "Cell4"
And I have a total cell - "Total"

I am trying to set the formula of "Total" to add all cells that the

variable is 1.

e.g. If Var1, Var3 and Var4 are equal to 1 then
Range("Total").Value = "=Cell1+Cell3+Cell4"

But I don't know how to work the IF statement into setting the formula.
Any Ideas? (Besides writing a whole lot of nested IF statements)

Thanks,
Wes





 
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
Setting Up a Series of Formulas Pepper Excel Worksheet Functions 9 February 18th 09 11:52 AM
Setting formulas for entire columns ... MatMatboBat Excel Discussion (Misc queries) 1 September 24th 08 05:43 AM
Setting original Formulas for copying Jim May Excel Discussion (Misc queries) 0 July 26th 06 08:44 AM
Setting Conditional Formatting [email protected] Excel Worksheet Functions 5 April 21st 06 03:23 AM
Problem setting up formulas David McRitchie New Users to Excel 0 April 6th 05 06:56 PM


All times are GMT +1. The time now is 07:50 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"