Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 989
Default If a cell = TRUE how do I get the cell to do a sum function

Im trying to do a conditional:
This is the end result Im looking for.

If cell (F1) has a text match for = CA
Then I want cell (L1) to =SUM(I1*.0875)

I have tried IF and ISTEXT
But I need it perform another formula instead of a true false or text response

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 52
Default If a cell = TRUE how do I get the cell to do a sum function

=IF(F1="CA",I1*0.0875,"NA")

MH

"Mark" wrote in message
...
I'm trying to do a conditional:
This is the end result I'm looking for.

If cell (F1) has a text match for = CA
Then I want cell (L1) to =SUM(I1*.0875)

I have tried IF and ISTEXT
But I need it perform another formula instead of a true false or text
response



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,593
Default If a cell = TRUE how do I get the cell to do a sum function

=IF(F1="CA",I1*8.75%,"")

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Mark" wrote in message
...
I'm trying to do a conditional:
This is the end result I'm looking for.

If cell (F1) has a text match for = CA
Then I want cell (L1) to =SUM(I1*.0875)

I have tried IF and ISTEXT
But I need it perform another formula instead of a true false or text
response



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default If a cell = TRUE how do I get the cell to do a sum function

Try one of these:

=(F1="CA")*(I1*0.0875)

=IF(F1="CA",I1*0.0875,0)

Biff

"Mark" wrote in message
...
I'm trying to do a conditional:
This is the end result I'm looking for.

If cell (F1) has a text match for = CA
Then I want cell (L1) to =SUM(I1*.0875)

I have tried IF and ISTEXT
But I need it perform another formula instead of a true false or text
response



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 989
Default If a cell = TRUE how do I get the cell to do a sum function

Thank you both very much!!!

"Bob Phillips" wrote:

=IF(F1="CA",I1*8.75%,"")

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Mark" wrote in message
...
I'm trying to do a conditional:
This is the end result I'm looking for.

If cell (F1) has a text match for = CA
Then I want cell (L1) to =SUM(I1*.0875)

I have tried IF and ISTEXT
But I need it perform another formula instead of a true false or text
response




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
If true, paste, then next cell [email protected] Excel Discussion (Misc queries) 0 August 3rd 06 12:25 AM
IF function...cell ref is a formula so True is retd when False sh Alison Excel Worksheet Functions 1 August 1st 06 12:58 AM
Function to return True/False if all are validated as True by ISNU Tetsuya Oguma Excel Worksheet Functions 2 March 15th 06 10:28 AM
IF statements if the value is True it changes the cell colour? J. Kerr Excel Worksheet Functions 3 July 5th 05 05:14 PM
If "xxxx" is in a cell, then TRUE Tommy Boy Excel Discussion (Misc queries) 3 April 29th 05 10:57 PM


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