Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
sweetsue516
 
Posts: n/a
Default Need a total for column

Need a formula that will calulate column F*A, but only if column F contains a
number and not text.

Help!

A B C D E F

10% 15.58 38.50 26.68 9.43 N/A

10% 13.51 36.03 24.85 6.41 3.34

4% 8.41 28.66 20.26 4.86 N/A

4% 3.67 13.86 15.75 9.89 9.20

  #2   Report Post  
Posted to microsoft.public.excel.misc
Bernard Liengme
 
Posts: n/a
Default Need a total for column

=IF(ISNA(F1),"",F1*A1)
best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"sweetsue516" wrote in message
...
Need a formula that will calulate column F*A, but only if column F
contains a
number and not text.

Help!

A B C D E F

10% 15.58 38.50 26.68 9.43 N/A

10% 13.51 36.03 24.85 6.41 3.34

4% 8.41 28.66 20.26 4.86 N/A

4% 3.67 13.86 15.75 9.89 9.20



  #3   Report Post  
Posted to microsoft.public.excel.misc
Joe Mac
 
Posts: n/a
Default Need a total for column

Why not simply use the following:
=IF(ISERROR(A3*F3),0,(A3*F3))

Given that column F "may" contain a Text value which can't be multiplied and
would result in an Excel display of "#VALUE!", simply use a constant formula
which if it results in an Excel error, return a fixed value, here I've used a
value of zero if the multiplication return an error, otherwise it will return
the product of the 2 cells indicated
--
Thanks for your help -
Joe Mac


"sweetsue516" wrote:

Need a formula that will calulate column F*A, but only if column F contains a
number and not text.

Help!

A B C D E F

10% 15.58 38.50 26.68 9.43 N/A

10% 13.51 36.03 24.85 6.41 3.34

4% 8.41 28.66 20.26 4.86 N/A

4% 3.67 13.86 15.75 9.89 9.20

  #4   Report Post  
Posted to microsoft.public.excel.misc
sweetsue516
 
Posts: n/a
Default Need a total for column

Thank you. They work wonderfully!

"sweetsue516" wrote:

Need a formula that will calulate column F*A, but only if column F contains a
number and not text.

Help!

A B C D E F

10% 15.58 38.50 26.68 9.43 N/A

10% 13.51 36.03 24.85 6.41 3.34

4% 8.41 28.66 20.26 4.86 N/A

4% 3.67 13.86 15.75 9.89 9.20

  #5   Report Post  
Posted to microsoft.public.excel.misc
sweetsue516
 
Posts: n/a
Default Need a total for column

I believe I spoke to soon.

This is what I have using the IF statement. Hopefully this will help

=IF(ISNA(F1),"
",H8*$C$8+H10*$C$10+H12*$C$12+H14*$C$14+H16*$C$16+ H18*$C$18+H20*$C$20+H22*$C$22+H24*$C$24+H26*$C$26)

Each each colum b through f is to be multiplied by a then the total colum is
to be added together. The problem arises when I have text in a cell verses a
number
"Bernard Liengme" wrote:

=IF(ISNA(F1),"",F1*A1)
best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"sweetsue516" wrote in message
...
Need a formula that will calulate column F*A, but only if column F
contains a
number and not text.

Help!

A B C D E F

10% 15.58 38.50 26.68 9.43 N/A

10% 13.51 36.03 24.85 6.41 3.34

4% 8.41 28.66 20.26 4.86 N/A

4% 3.67 13.86 15.75 9.89 9.20




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
Grand total time between two total cells Gwynn Excel Discussion (Misc queries) 4 May 9th 06 09:00 PM
Calculating Business Hours Between 2 Dates tanya216 Excel Discussion (Misc queries) 3 April 11th 06 03:22 PM
Pivot table for reporting sales performance Ram Excel Discussion (Misc queries) 2 February 6th 06 10:06 AM
matching the column b(sku)c(count)with A sammc2 Excel Worksheet Functions 0 November 3rd 05 07:42 PM
Percent of total in Pivot tables Pallet1210A Excel Worksheet Functions 1 September 8th 05 07:12 PM


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

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"