Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default IF statement with formula

Hi,
Hope you can help me with this please.
I have an IF statement running on a group of cells. If the cells meet a
certain criteria the output is a formula that I wish the cell to compute. I
seem to have something wrong. Here is a simplified version, the real one
contains huge long formulas
IF(F4="CASE2", "=G1+100")
But I dont want the cell to print out G1+100 as it is doing now. I want it
to compute the formula. I have tried without the " " around the G1+100 oart
but no luck.
What am I missing??
Thank you in advance,
C


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,163
Default IF statement with formula

IF(F4="CASE2", G1+100)
--
- K Dales


"ladee_bird" wrote:

Hi,
Hope you can help me with this please.
I have an IF statement running on a group of cells. If the cells meet a
certain criteria the output is a formula that I wish the cell to compute. I
seem to have something wrong. Here is a simplified version, the real one
contains huge long formulas
IF(F4="CASE2", "=G1+100")
But I dont want the cell to print out G1+100 as it is doing now. I want it
to compute the formula. I have tried without the " " around the G1+100 oart
but no luck.
What am I missing??
Thank you in advance,
C


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default IF statement with formula

thanks that works!

"K Dales" wrote:

IF(F4="CASE2", G1+100)
--
- K Dales


"ladee_bird" wrote:

Hi,
Hope you can help me with this please.
I have an IF statement running on a group of cells. If the cells meet a
certain criteria the output is a formula that I wish the cell to compute. I
seem to have something wrong. Here is a simplified version, the real one
contains huge long formulas
IF(F4="CASE2", "=G1+100")
But I dont want the cell to print out G1+100 as it is doing now. I want it
to compute the formula. I have tried without the " " around the G1+100 oart
but no luck.
What am I missing??
Thank you in advance,
C


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
Formula If statement. C Kreig Excel Worksheet Functions 3 July 10th 09 02:39 AM
if statement in formula Derrick Excel Discussion (Misc queries) 7 July 8th 09 06:16 PM
Need help with if-then statement in formula mcmilja Excel Discussion (Misc queries) 6 April 20th 08 06:09 PM
Can I use IF statement with a formula? Michael NYC Excel Worksheet Functions 1 October 1st 05 04:45 AM
If statement or another formula help scott Excel Programming 2 January 30th 04 07:21 PM


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