#1   Report Post  
caroj59
 
Posts: n/a
Default Argument problem


I need help with this formula.

Cell A1=$1001.00

Cell B1=$1002.00

I need C1 to =( B1*1% ) only if B1 is equal to or greater then A1


I keep getting "#NAME" in the cell using my formula,,, obviously does
not work.

I discovered that sleeping during high school algelbra is now catching
up to me.

thank you for any help.

Jim


--
caroj59
------------------------------------------------------------------------
caroj59's Profile: http://www.excelforum.com/member.php...o&userid=28447
View this thread: http://www.excelforum.com/showthread...hreadid=480480

  #2   Report Post  
duane
 
Posts: n/a
Default Argument problem


=if(b1<a1,0,b1*1.01)

assuming you want zero if b1<a1


--
duane


------------------------------------------------------------------------
duane's Profile: http://www.excelforum.com/member.php...o&userid=11624
View this thread: http://www.excelforum.com/showthread...hreadid=480480

  #3   Report Post  
 
Posts: n/a
Default Argument problem

caroj59 wrote:
I need help with this formula.
Cell A1=$1001.00
Cell B1=$1002.00
I need C1 to =( B1*1% ) only if B1 is equal to
or greater then A1


You also have to decide what C1 should be if the
condition is not met (i.e, B1 is less than A1).
Here is the basic paradigm for C1:

=IF(B1 = A1, B1*1%, ...)

You need to fill in "..." with the formula that
you want.

  #4   Report Post  
Ron Rosenfeld
 
Posts: n/a
Default Argument problem

On Sun, 30 Oct 2005 19:01:22 -0600, caroj59
wrote:


I need help with this formula.

Cell A1=$1001.00

Cell B1=$1002.00

I need C1 to =( B1*1% ) only if B1 is equal to or greater then A1


I keep getting "#NAME" in the cell using my formula,,, obviously does
not work.

I discovered that sleeping during high school algelbra is now catching
up to me.

thank you for any help.

Jim


I do not see your formula in this post. Could you repeat it?


--ron
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
text argument in vlook up which has a "" carlosgdlf Excel Worksheet Functions 6 August 3rd 05 01:46 PM
read in Vlookup an argument that has quotations(") carlosgdlf Excel Discussion (Misc queries) 1 August 2nd 05 05:56 PM
Problem With Reference Update Egon Excel Worksheet Functions 17 July 16th 05 05:45 AM
Copy an Drag cell Formula Problem Nat Excel Discussion (Misc queries) 1 June 20th 05 03:24 PM
Freeze Pane problem in shared workbooks JM Excel Discussion (Misc queries) 1 February 1st 05 12:04 AM


All times are GMT +1. The time now is 08:10 AM.

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"