+ Reply to Thread
Results 1 to 2 of 2

how to multiple

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    09-07-2013
    Location
    chennai
    MS-Off Ver
    Excel 2010
    Posts
    114

    how to multiple

    Hi,
    please find the attached sheet. i have a cell value like this 16*2*3.5. i want to multiple this value.
    Attached Files Attached Files

  2. #2
    Forum Guru sktneer's Avatar
    Join Date
    04-30-2011
    Location
    Kanpur, India
    MS-Off Ver
    Office 365
    Posts
    9,649

    Re: how to multiple

    Try this.......

    =IF(COUNTIF(A2,"*")<1,A2,IF(LEN(A2)-LEN(SUBSTITUTE(A2,"*",""))<2,(LEFT(A2,FIND("*",A2,1)-1)+0)*RIGHT(A2,LEN(A2)-FIND("*",A2))+0,(LEFT(A2,FIND("*",A2,1)-1)+0)*(MID(A2,FIND("*",A2)+1,FIND("*",A2,FIND("*",A2)+1)-FIND("*",A2)-1)+0)*(RIGHT(A2,LEN(A2)-FIND("*",A2,FIND("*",A2)+1))+0)))
    Regards
    sktneer


    Treat people the way you want to be treated. Talk to people the way you want to be talked to.
    Respect is earned NOT given.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Counting multiple items with multiple criteria from multiple sheets?
    By essee in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 04-23-2013, 01:56 AM
  2. Replies: 20
    Last Post: 03-13-2013, 04:15 PM
  3. [SOLVED] Large spreadsheet; multiple scores on multiple dates for multiple students
    By MelindaCapri in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 11-16-2012, 06:03 PM
  4. Replies: 5
    Last Post: 11-04-2010, 06:02 AM
  5. [SOLVED] view multiple files in multiple windows on multiple screens.
    By tcom in forum Excel General
    Replies: 7
    Last Post: 09-15-2005, 05:05 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1