Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
GF GF is offline
external usenet poster
 
Posts: 5
Default Is there a formula to do the following

if a certain letter is placed into a cell such as "y" (for yes) can it make
anouther cell with info taken from still anouther cell. Example in rows B2
through B72 we will make as a withdrawl from a bank account. now in G2
through G72 we make as is this a taxable expence Y for yes N for no. we will
make H2 through H72 taxable total. Now say $22.00 is placed in B2 and Y is
selected in G2 is there a way to get the amount in B2 over to H2 automaticly
when Y is selected using a fomula.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Is there a formula to do the following

Try this:

Enter this formula in H2 and copy down to H72:

=IF(AND(ISNUMBER(B2),G2="Y"),B2,"")

Biff

"GF" wrote in message
...
if a certain letter is placed into a cell such as "y" (for yes) can it
make
anouther cell with info taken from still anouther cell. Example in rows B2
through B72 we will make as a withdrawl from a bank account. now in G2
through G72 we make as is this a taxable expence Y for yes N for no. we
will
make H2 through H72 taxable total. Now say $22.00 is placed in B2 and Y is
selected in G2 is there a way to get the amount in B2 over to H2
automaticly
when Y is selected using a fomula.



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
Reusing formula Tony29 Excel Discussion (Misc queries) 7 September 7th 06 03:34 AM
Dynamic Range with unused formula messing up x axis on dynamic graph [email protected] Charts and Charting in Excel 2 February 2nd 06 08:02 PM
Match then lookup Tenacity Excel Worksheet Functions 9 December 3rd 05 05:30 AM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 03:28 AM


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