• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Adding Multiple column

New Here ,
Mar 13, 2023 Mar 13, 2023

Copy link to clipboard

Copied

i've Searched thru many post for calculating multiple columns.Can any one help me to solve this.

I need to calculate 9 columns and show the result in the 10 column.  I am calculating for business working hour. I need to convert (15 min => 25, 30 Min => 50, 45  min =>75).

 

image.png

 

TOPICS
How to , JavaScript , PDF forms

Views

1.3K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 13, 2023 Mar 13, 2023

Copy link to clipboard

Copied

That's a lot of information missing here...

What type of values do these fields have? Numbers (if so, representing what?) / Dates (if so, in which format?) / Times (if so, in which format?) / Something else?

Which values do you want to round up? Each field or just the result?

Also, your rules for rounding are not very clear. Please clarify.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 13, 2023 Mar 13, 2023

Copy link to clipboard

Copied

All the field are in number in format with 2 decimal places 1.234,56

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 13, 2023 Mar 13, 2023

Copy link to clipboard

Copied

OK, but I still don't follow your rounding rules...

Please specify it in ranges: X-Y should become Z.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 13, 2023 Mar 13, 2023

Copy link to clipboard

Copied

mon-time1 =>02:15

mon-time2=>03:30.

i need to add this and convert them to fractional value

the sum of mon-time1+mon-time2=5.45. but i need it as 5.75

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 13, 2023 Mar 13, 2023

Copy link to clipboard

Copied

LATEST

These are not numbers, as you wrote earlier... Are these time notations? If so, what you wrote doesn't make sense, as "5.75" is actually 6:15.

And you still didn't specify the logic behind the rounding.

 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 13, 2023 Mar 13, 2023

Copy link to clipboard

Copied

Why not use the built-in function to sum values?

If values are numbers, what's about converting minutes?

 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 13, 2023 Mar 13, 2023

Copy link to clipboard

Copied

I need to convert it into business hours .

(15 min => 24 , 25 min => 50, 45min = >75).

i cannot able to do this by build-in sum values

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines