Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Formulas '=IF'

Hi all, I hope someone can help me here. I'm reasonably proficient with
Excel but this has got me beaten!

I've taken over as Treasurer to a small club and am in the process of
computerising the manual ledgers into Excel.

The format of my spreadsheet is such that Column F is for a numeric group
code, 1, 2 3 etc; and Row 5 is home to the same codes as column
sub-headers, 1 Subscriptions, 2 Collection etc. . I'd like a spreadsheet
where if I enter an amount in one of three cells then that amount is
automatically written to another cell. For example, where F14 is the code
and L5 is the sub-header, I'd like L14 to show whatever is entered into one
of H14, I14 or J14. I've got as far as '=IF(F14=L5' It all goes wrong from
then-on, my efforts from that point being rejected or not working at all !

Despite a great deal of book reading and searching the 'excel help' section
I'm at a loss! Can someone please help?

Thanks

Chris


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Formulas '=IF'

Is it a number to be entered

=if(F14=L5,Sum(H14:J14),0)

or a text string

=If(F14=L4,trim(H14&I14&J15),"")

--
Regards,
Tom Ogilvy

"Montmorency" wrote in message
...
Hi all, I hope someone can help me here. I'm reasonably proficient with
Excel but this has got me beaten!

I've taken over as Treasurer to a small club and am in the process of
computerising the manual ledgers into Excel.

The format of my spreadsheet is such that Column F is for a numeric group
code, 1, 2 3 etc; and Row 5 is home to the same codes as column
sub-headers, 1 Subscriptions, 2 Collection etc. . I'd like a spreadsheet
where if I enter an amount in one of three cells then that amount is
automatically written to another cell. For example, where F14 is the code
and L5 is the sub-header, I'd like L14 to show whatever is entered into

one
of H14, I14 or J14. I've got as far as '=IF(F14=L5' It all goes wrong

from
then-on, my efforts from that point being rejected or not working at all !

Despite a great deal of book reading and searching the 'excel help'

section
I'm at a loss! Can someone please help?

Thanks

Chris




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
Convert Array Formulas to Regular Formulas Domenick Excel Worksheet Functions 6 August 17th 15 09:16 PM
Convert Array Formulas to Regular Formulas minyeh Excel Worksheet Functions 0 March 21st 10 05:55 AM
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


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