#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default IF Formulas

I am trying to create a formula that will keep a running total of containers
that I use to ship with. The problem is that I want to use this off of my
shipping spreadsheet and I use multiple container sizes. So far I've tried
this formula and it doesn't work. I haven't worked with IF formulas at all
so I am kinda wandering around in the dark.

=IF(F4=R,B121-Q4,=121)
--
Muchella
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,276
Default IF Formulas

could you please post an example of you data and what you want to get from
the formula, thanks

"MR4815" wrote:

I am trying to create a formula that will keep a running total of containers
that I use to ship with. The problem is that I want to use this off of my
shipping spreadsheet and I use multiple container sizes. So far I've tried
this formula and it doesn't work. I haven't worked with IF formulas at all
so I am kinda wandering around in the dark.

=IF(F4=R,B121-Q4,=121)
--
Muchella

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 834
Default IF Formulas

Maybe this

=IF(F4="R",121-Q4,121)

HTH

Bob


"MR4815" wrote in message
...
I am trying to create a formula that will keep a running total of
containers
that I use to ship with. The problem is that I want to use this off of my
shipping spreadsheet and I use multiple container sizes. So far I've
tried
this formula and it doesn't work. I haven't worked with IF formulas at
all
so I am kinda wandering around in the dark.

=IF(F4=R,B121-Q4,=121)
--
Muchella



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
E2007 formulas display as formulas, not results Pierre Excel Worksheet Functions 3 January 14th 10 04:59 PM
Counting # of Formulas in a column with formulas and entered data Brand Excel Worksheet Functions 1 October 10th 09 01:01 PM
CELLS NOT CALC FORMULAS - VALUES STAY SME FORMULAS CORRECT?? HELP Sherberg Excel Worksheet Functions 4 September 11th 07 01:34 AM
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 10:21 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"